BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"silver",		// background color for the items
		bgOVER:"#B6BDD2"	// 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 MENU_ITEMS = [
	{pos:[255,70], itemoff:[0,100], leveloff:[21,0], style:STYLE, size:[22,300]},
	{code:"Home",url:"CMSD-Main.asp"},
	{code:"Products",
		sub:[
			{itemoff:[21,0]},
			{code:"Storage Media",url:"CMSD-Main.asp?P=tapes"},
			{code:"Imaging Products",url:"CMSD-Main.asp?P=imaging"},
			{code:"Recertified Tapes",url:"CMSD-Main.asp?P=recertifiedtapes"},
			{code:"Custom Barcode Labels",url:"CMSD-Main.asp?P=barcode"},
			{code:"KVM Switches",url:"CMSD-Main.asp?P=kvm"},
			
		]	
	},
	{code:"Services",
		sub:[
			{itemoff:[21,0]},
			{code:"Tape Buy Back Program ",url:"CMSD-Main.asp?P=tapebuyback"},
			{code:"Data Eradication, Tape Shredding and Disposal",url:"CMSD-Main.asp?P=dataeradication"},
			{code:"Data Recovery",url:"CMSD-Main.asp?P=datarecovery"}
		]	
	},
	{code:"Data Center",
		sub:[
			{itemoff:[21,0]},
			{code:"Cooling Solutions",url:"CMSD-Main.asp?P=coolingsolutions"},
			{code:"Cleaning Solutions",url:"CMSD-Main.asp?P=cleaningsolutions"},
			{code:"Total Print Management",url:"CMSD-Main.asp?P=printmgmt"}
		]	
	},
	{code:"Voice Services",
		sub:[
			{itemoff:[21,0]},
			{code:"Conference Solutions",url:"CMSD-Main.asp?P=CMSC"},
			{code:"VoIP Phone Solutions",url:"CMSD-Main.asp?P=voip"}
		]	
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Dealers",url:"CMSD-Main.asp?P=partners"},
	{code:"Contact Us",url:"CMSD-Main.asp?P=contact"}
];
