BLANK_IMAGE = 'images/b.gif';
var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:7,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CCCCCC",	// color of the item border, if any
		shadow:"#007CC3",	// color of the item shadow, if any
		bgON:"#00699B",		// background color for the items
		bgOVER:"#006DAE"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var position = 0;
if( navigator.appName == "Microsoft Internet Explorer")
{
	position = window.innerWidth/2 - 417;
}
else 
{
	position = window.innerWidth/2 - 386;
}
var MENU_ITEMS = [
	{pos:[position,209], itemoff:[0,129], leveloff:[22,0], style:STYLE, size:[22,128]},
	
	{code:"<center>ЗА НАС</center>", url:"index_php_page=YWJvdXR1cw.php"
	},
	
	{code:"<center>ПРОДУКТИ</center>", url:"index_php_page=YWR2X3Byb2R1Y3Rz.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Надписи PVC фолио", url:"index_php_page=cHZjX2luc2NyaXB0aW9ucw.php"
			},
			{code:"Печат", url:"index_php_page=c2VhbA.php", 
				sub:[
					{leveloff:[0,99]},
					{code:"Солвентен", url:"index_php_page=c29sdmVudA.php"},
					{code:"Офсет", url:"index_php_page=b2Zmc2V0.php"}, 
					{code:"Сито", url:"index_php_page=c2lldmU.php"},
					{code:"Други", url:"index_php_page=c2VhbF9vdGhlcnM.php"}
				]
			},
			{code:"Външна реклама", url:"index_php_page=b3V0dmVydGlzZW1lbnQ.php"
			},
			{code:"PVC продукти", url:"index_php_page=cHZjX3Byb2R1Y3Rz.php"
			},
			{code:"Рекламни сувенири", url:"index_php_page=YWR2X3NvdXZlbmlycw.php"
			}			
		]
	},
	{code:"<center>МАТЕРИАЛИ</center>", url:"index_php_page=YWR2X21hdGVyaWFscw.php", 
		sub:[
			{itemoff:[21,0]},
			{code:"PVC фолиа", url:"index_php_page=c2VhbA.php",
				sub:[
					{leveloff:[0,99]},
					{code:"Серии", url:"index_php_page=cHZjX2ZvbGlvcw.php"},
					
					{code:"Цветови каталог", url:"index_php_page=colors_folio.php"}					
				]
			},
			{code:"Медии за солв. печат", url:"index_php_page=bWVkaWFfc29sdmVudF9zZWFs.php"
			},
			{code:"PVC плоскости", url:"index_php_page=cHZjX2ZsYXRuZXNzZXM.php"
			},
			{code:"Двойнолеп. ленти", url:"index_php_page=ZG91YmxlX3N0aWNrX2JhbmRz.php"
			},
			{code:"Аксесоари", url:"index_php_page=YWNjZXNzb3JpZXM.php"
			}			
		]
	},
	{code:"<center>ЦЕНОВИ ЛИСТИ</center>", url:"index_php_page=cHJpY2VfbGlzdHM.php"
	},
	{code:"<center>ПАРТНЬОРИ</center>", url:"index_php_page=cGFydG5lcnM.php"
	},
	{code:"<center>КОНТАКТИ</center>", url:"index_php_page=Y29udGFjdHM.php",
		sub:[
			{itemoff:[21,0]},
			{code:"София", url:"index_php_page=c29maWE.php"
			},
			{code:"Пловдив", url:"index_php_page=cGxvdmRpdg.php"
			},
			{code:"Варна", url:"index_php_page=dmFybmE.php"
				
			},
			{code:"Бургас", url:"index_php_page=Ym91cmdhcw.php"
			
			},
			{code:"Велико Търново", url:"index_php_page=dmVsaWtvX3Rhcm5vdm8.php"
			
			},
			{code:"Стара Загора", url:"index_php_page=c3RhcmFfemFnb3Jh.php"
			
			}
		]
	}		
];

