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=="
	},
	
	{code:"<center>ПРОДУКТИ</center>", url:"index.php?page=YWR2X3Byb2R1Y3Rz",
		sub:[
			{itemoff:[21,0]},
			{code:"Надписи PVC фолиа", url:"index.php?page=cHZjX2luc2NyaXB0aW9ucw=="

			},
			{code:"Печат", url:"index.php?page=c2VhbA==", 
				sub:[
					{leveloff:[0,99]},
					{code:"солвентен", url:"index.php?page=c29sdmVudA=="},
					{code:"офсет", url:"index.php?page=b2Zmc2V0"}, 
					{code:"сито", url:"index.php?page=c2lldmU="},
					{code:"други", url:"index.php?page=c2VhbF9vdGhlcnM="}
				]
			},

			{code:"Външна реклама", url:"index.php?page=b3V0dmVydGlzZW1lbnQ="
			},

			{code:"PVC продукти", url:"index.php?page=cHZjX3Byb2R1Y3Rz"
			},

			{code:"Релкамни сувенири", url:"index.php?page=YWR2X3NvdXZlbmlycw=="

			}			
		]
	},
	{code:"<center>МАТЕРИАЛИ</center>", url:"index.php?page=YWR2X21hdGVyaWFscw==", 
		sub:[
			{itemoff:[21,0]},
			{code:"PVC фолиа", url:"index.php?page=cHZjX2ZvbGlvcw==",
				sub:[
					{leveloff:[0,99]},
					{code:"multi-fix -серии", url:"index.php?page=bXVsdGlfZml4"},
					
					{code:"Cartongraf - серии", url:"index.php?page=Y2FydG9uZ3JhZg=="}					
				]
			},
			{code:"Медии за солв. печат", url:"index.php?page=bWVkaWFfc29sdmVudF9zZWFs"

			},
			{code:"PVC плоскости", url:"index.php?page=cHZjX2ZsYXRuZXNzZXM="

			},
			{code:"Двойнолеп. ленти", url:"index.php?page=ZG91YmxlX3N0aWNrX2JhbmRz"

			},
			{code:"Аксесоари", url:"index.php?page=YWNjZXNzb3JpZXM="

			}			
		]
	},
	{code:"<center>ЦЕНОВИ ЛИСТИ</center>", url:"index.php?page=cHJpY2VfbGlzdHM="

	},
	{code:"<center>ПАРТНЬОРИ</center>", url:"index.php?page=cGFydG5lcnM="

	},
	{code:"<center>КОНТАКТИ </center>", url:"index.php?page=Y29udGFjdHM=",
		sub:[
			{itemoff:[21,0]},
			{code:"София", url:"index.php?page=c29maWE="

			},
			{code:"Пловдив", url:"index.php?page=cGxvdmRpdg=="

			},
			{code:"Варна", url:"index.php?page=dmFybmE="
				
			},
			{code:"Бургас", url:"index.php?page=Ym91cmdhcw=="
			
			},
			{code:"Велико Търново", url:"index.php?page=dmVsaWtvX3Rhcm5vdm8="
			
			},
			{code:"Стара Загора", url:"index.php?page=c3RhcmFfemFnb3Jh"
			
			}
		]
	}		
];
