BLANK_IMAGE = 'images/b.gif';

var ITEMS = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ba0000",	// color of the item border, if any
		shadow:"#C9CACB",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#282828"	// 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 HEADER = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#D8E5F0",	// color of the item border, if any
		shadow:"#B3B4B3",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#3B6F94"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsheaderOn",		// CSS class for items
		OVER:"clsheaderOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,33], leveloff:[34,0],  "size":[0,0]},
	{code:"<img src='images/nav_home.jpg' width='62' height='32' />", url:"index.asp", "format":{"itemoff":[0,77],"size":[33,62],
	ocode:"<img src='images/nav_homeb.jpg' width='62' height='32' />"
				 }  
                },
	
	{code:"<img src='images/nav_about.jpg' width='88' height='32' />",  url:"#", "format":{"itemoff":[0,92],"size":[32,88],
	 ocode:"<img src='images/nav_aboutb.jpg' width='88' height='32' />"
				},		
				
				sub:[
			{itemoff:[23,0], "style":ITEMS,"size":[24,169] },
			{code:"&nbsp;&nbsp;&nbsp;Company Overview", url:"about.asp"},
//			{code:"&nbsp;&nbsp;&nbsp;History" , url:"history.asp"},
			{code:"&nbsp;&nbsp;&nbsp;Community Relations" , url:"community.asp"}
					]
		
	},
	{code:"<img src='images/nav_contact.jpg' width='101' height='34'/>",   url:"#", "format":{"itemoff":[0,118],"size":[33,101],
	 ocode:"<img src='images/nav_contactb.jpg' width='101' height='34' />"
				},		
				
				sub:[
			{itemoff:[23,0], "style":ITEMS,"size":[24,169] },
			{code:"&nbsp;&nbsp;&nbsp;Request Infomation",  url:"contactus.asp" },
			{code:"&nbsp;&nbsp;&nbsp;Contact Sales Reps" , url:"contactreps.asp"},
			{code:"&nbsp;&nbsp;&nbsp;Locations" , url:"locations.asp"}
					]
	},
	{code:"<img src='images/nav_financing.jpg' width='91' height='34'/>",   url:"financing.asp", "format":{"itemoff":[0,131],"size":[33,91],
	ocode:"<img src='images/nav_financingb.jpg' width='91' height='34' />"
				 }  
                },
	
//{code:"<img src='images/nav_event.jpg' width=74 height=33/>",   url:"financing.asp", "format":{"itemoff":[0,91],"size":[33,74],
	//ocode:"<img src='images/nav_eventb.jpg' width='74' height='33' />"
		//		 }  
          //      },
	
//	{code:"<img src='images/nav_comunity.jpg' width=175 height=33/>",   url:"community.asp", "format":{"itemoff":[0,74],"size":[33,175],
	//ocode:"<img src='images/nav_comunityb.jpg' width='175' height='33' />"
		//		 }  
          //      },
	
	{code:"<img src='images/nav_careers.jpg' width=76 height=32/>",   url:"careers.asp", "format":{"itemoff":[0,121],"size":[33,76],
	ocode:"<img src='images/nav_careersb.jpg' width='76' height='32' />"
				 }  
             },
	
	
];
