BLANK_IMAGE = 'menus/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:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[78,87], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[23,95]},
	{code:'<img src="images/inventory.gif" width="95" height="23" />', url:'search.php', target:'_self',
		ocode:'<img src="images/inventory_s.gif" width="95" height="23" />',
		sub:[
			{itemoff:[17,0]},
			{code:'<img src="menus/images/semi.gif" width="93" height="17" />', url:'search.php', target:'_self',
				ocode:'<img src="menus/images/semi_s.gif" width="93" height="17" />'},
            {code:'<img src="menus/images/vehicles.gif" width="93" height="17" />', url:'search.php?part=9000', target:'_self',
			    ocode:'<img src="menus/images/vehicles_s.gif" width="93" height="17" />'},
			{code:'<img src="menus/images/engines.gif" width="93" height="17" />', url:'search.php?part=3000', target:'_self',
				ocode:'<img src="menus/images/engines_s.gif" width="93" height="17" />'},
			{code:'<img src="menus/images/cabs.gif" width="93" height="17" />', url:'search.php?part=1640', target:'_self',
				ocode:'<img src="menus/images/cabs_s.gif" width="93" height="17" />'},

			{code:'<img src="menus/images/request.gif" width="93" height="17" />', url:'contactus.php#request', target:'_self',
				ocode:'<img src="menus/images/request_s.gif" width="93" height="17" />'}
		]
	},
	{code:'<img src="images/aboutus.gif" width="94" height="23" />', url:'aboutus.php', target:'_self',
		ocode:'<img src="images/aboutus_s.gif" width="94" height="23" />',
		sub:[
			{itemoff:[17,0]},
			{code:'<img src="menus/images/customers.gif" width="93" height="17" />', url:'aboutus.php#customers', target:'_self',
				ocode:'<img src="menus/images/customers_s.gif" width="93" height="17" />'},
			{code:'<img src="menus/images/product.gif" width="93" height="17" />', url:'aboutus.php#product', target:'_self',
				ocode:'<img src="menus/images/product_s.gif" width="93" height="17" />'},
			{code:'<img src="menus/images/personnel.gif" width="93" height="17" />', url:'aboutus.php#personnel', target:'_self',
				ocode:'<img src="menus/images/personnel_s.gif" width="93" height="17" />'}
		]
	}
];
