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:"#333333",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#0068b4"	// 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 GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#333333",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#589ed2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,39], leveloff:[39,0],  "size":[0,150]},
	{code:"<img src='images/corner.jpg' width='8' height='39' />",
	ocode:"<img src='images/corner.jpg' width='8' height='39' />", url:"#", "format":{"itemoff":[0,0],"size":[39,8] }
	},

	{code:"<img src='images/btnhome.jpg' width='95' height='39' />",
	ocode:"<img src='images/btnhomeb.jpg' width='95' height='39' />", url:"index.php", "format":{"itemoff":[0,20],"size":[39,95] }
	},
	{code:"<img src='images/btnabout.jpg' width='127' height='39' />", "format":{
	ocode:"<img src='images/btnaboutb.jpg' width='127' height='39' />","itemoff":[0,95],"size":[39,127], url:"about.php"
	},
		sub:[
			{leveloff:[39,0],"size":[20,195], itemoff:[19,0]},
			{code:"Careers", style:GREEN_STYLE, url:"careers.php"},
			{code:"Channel Partner Page", style:GREEN_STYLE, url:"channelpartnerpage.php"},
			{code:"Channel Partner Program", style:GREEN_STYLE, url:"channelpartner.php"},
			{code:"Company Overview", style:GREEN_STYLE, url:"pdf/company_overview.pdf", target:"_blank"},
			{code:"Environmental Commitment", style:GREEN_STYLE, url:"environmental.php"},
			{code:"Industry Honors and Awards", style:GREEN_STYLE, url:"awards.php"},
			{code:"ISO 9001 Certificate", style:GREEN_STYLE, url:"pdf/iso9001cert.pdf", target:"_blank"},
			{code:"Management Team Biographies", style:GREEN_STYLE, url:"mgmtbios.php"},
			{code:"News and Events Room", style:GREEN_STYLE, url:"news.php"},
			{code:"Why Germane?", style:GREEN_STYLE, url:"whygermane.php"},
			{code:"WOSB Certificate", style:GREEN_STYLE, url:"pdf/woman_owned.pdf", target:"_blank"}
			
		]
	},
	{code:"<img src='images/btnproducts.jpg' width='150' height='39' />", "format":{
	ocode:"<img src='images/btnproductsb.jpg' width='150' height='39' />", "itemoff":[0,127],"size":[39,150], url:"products.php"
	},
		sub:[
			{leveloff:[39,0],"size":[20,190], itemoff:[19,0]},
			{code:"Mobile Computing", style:GREEN_STYLE, url:"mobile_computing.php"},
			{code:"Servers", style:GREEN_STYLE, url:"servers.php"},
			{code:"Storage", style:GREEN_STYLE, url:"storage.php"},
			{code:"Request-A-Quote", style:GREEN_STYLE, url:"requestquote.php"}
		]
	},
	{code:"<img src='images/btnsupport.jpg' width='136' height='39' />", "format":{
	ocode:"<img src='images/btnsupportb.jpg' width='136' height='39' />", "itemoff":[0,150],"size":[39,136], url:"support.php"
	},
		sub:[
			{leveloff:[39,0],"size":[20,190], itemoff:[19,0]},
			{code:"Technical Support", style:GREEN_STYLE, url:"support.php"},
			{code:"Warranties", style:GREEN_STYLE, url:"warranties.php"},
			{code:"Terms and Conditions", style:GREEN_STYLE, url:"terms.php"},
			{code:"Returns", style:GREEN_STYLE, url:"returns.php"},
			{code:"RMA Request", style:GREEN_STYLE, url:"rma_request.php"},	
			{code:"Support Request", style:GREEN_STYLE, url:"supportrequest.php"},	
			{code:"Sales FAQ", style:GREEN_STYLE, url:"sales_faq.php"},
			{code:"Customer Portal", style:GREEN_STYLE, url:"portal.php"}
		]
	},
	{code:"<img src='images/btnnews.jpg' width='152' height='39' />",
	ocode:"<img src='images/btnnewsb.jpg' width='152' height='39' />", "itemoff":[0,136],"size":[39,136], url:"eng.php"
	},
	{code:"<img src='images/btncontact.jpg' width='147' height='39' />", "format":{
	ocode:"<img src='images/btncontactb.jpg' width='147' height='39' />", "itemoff":[0,151],"size":[39,147], url:"contact.php"
	},
		sub:[
			{leveloff:[39,0],"size":[20,190], itemoff:[19,0]},
			{code:"Careers", style:GREEN_STYLE, url:"careers.php"},
			{code:"Contact Us", style:GREEN_STYLE, url:"contact.php"},
			{code:"Support Request", style:GREEN_STYLE, url:"supportrequest.php"},
			{code:"Request-A-Quote ", style:GREEN_STYLE, url:"requestquote.php"},
			{code:"RMA Request ", style:GREEN_STYLE, url:"rma_request.php"},
			{code:"Directions ", style:GREEN_STYLE, url:"directions.php"}
		]
	},
	{code:"<img src='images/corner.jpg' width='8' height='39' />",
	ocode:"<img src='images/corner.jpg' width='8' height='39' />", url:"#", "format":{"itemoff":[0,161],"size":[39,8] }
	},
];

