BLANK_IMAGE = 'image/b.gif';

var STYLE = {
	border:1,			
	shadow:0,		
	color:{
		border:"#FFFFFF", shadow:"#f0f0f0",	bgON:"#F0F0F0", bgOVER:"#ffffff"	
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[214, 0], itemoff:[0,108], leveloff:[24,0], style:STYLE, size:[25,110]},
	{code:"<div style='font-weight:bold;'>HOME</div>", "url":"/" },
	{code:"<div style='font-weight:bold;'>ABOUT US</div>", "url":"about.php", 
		sub:[
			{size:[25,125],itemoff:[24,0]},
			{code:"Airmark Team", "url":"team.php"},
			{code:"Clients", "url":"clients.php"}
		]
	},
	{code:"<div style='font-weight:bold;'>PRODUCTS</div>", "url":"systems.php",
		sub:[
			{size:[25,155],itemoff:[24,0]},
			{code:"<img src='image/arrow1.gif' style='float:right;margin-top:3px;' border=0> Complete systems", "url":"systems.php",
				sub:[
					{size:[25,120], leveloff:[0,154]},
					{code:"Stencil systems", "url":"stencil_systems.php"},
					{code:"Label systems", "url":"label_systems.php"}
				]
			},
			{code:"<img src='image/arrow1.gif' style='float:right;margin-top:3px;' border=0> Individual equipment", "url":"products.php",
				sub:[
					{size:[25,120], leveloff:[0,154]},
					{code:"30\" Stencil cutter", "url":"stencil_30.php"},
					{code:"48\" Stencil cutter", "url":"stencil_48.php"},
					{code:"54\" Stencil cutter", "url":"stencil_54.php"},
					{code:"64\" Stencil cutter", "url":"stencil_64.php"},
					{code:"30\" Printer-cutter", "url":"label_30.php"},
					{code:"54\" Printer-cutter", "url":"label_54.php"}
				]
			},
			{code:"Stencil supplies", "url":"stencil_supplies.php"},
			{code:"Label printer supplies", "url":"printer_supplies.php"}
		]
	},
	{code:"<div style='font-weight:bold;'>SUPPORT</div>","url":"support.php",
		sub:[
			{size:[25,125],itemoff:[24,0]},
			{code:"Downloads", "url":"downloads.php"},
			{code:"FAQs", "url":"faq.php"}
		]
	},
	{code:"<div style='font-weight:bold;'>CONTACT US</div>", "url":"contact.php"}
	
];

