BLANK_IMAGE = 'images/b.gif';

var STYLE2 = {
	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:"#7daedb",		// background color for the items
		bgOVER:"#FFFFF"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};
var STYLE1 = {
	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:"#EDEDED",		// background color for the items
		bgOVER:"#DBD9D9"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS1 = [
	{pos:"relative", itemoff:[14,0], leveloff:[-25,-3], style:STYLE2, size:[20,200]},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Home</td></tr></table>",
	url:"index.html",format:{size:[20,152],itemoff:[20,0]}},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Company info</td></tr></table>",
	url:"company_info.html",format:{size:[20,152],itemoff:[20,0]}},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Parts and services</td></tr></table>",
	url:"parts_services.html",format:{size:[20,152],itemoff:[20,0]}},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Trailers type</td></tr></table>",
	url:"#",format:{size:[20,152],itemoff:[20,0]},
	sub:[
			{itemoff:[25,0],leveloff:[22,150], style:STYLE1, size:[25,140]},
			{code:"<table width='100%'><tr><td align='left'>General Duty</td></tr></table>",url:"genduty.html"},
			{code:"<table width='100%'><tr><td align='left'>Lowloaders</td></tr></table>",url:"lowloader.html"},
			{code:"<table width='100%'><tr><td align='left'>Plant</td></tr></table>",url:"plant.html"},
			{code:"<table width='100%'><tr><td align='left'>Tipper</td></tr></table>",url:"tipper.html"},
			{code:"<table width='100%'><tr><td align='left'>Box Van</td></tr></table>",url:"boxvan.html"},
			{code:"<table width='100%'><tr><td align='left'>Horseboxes</td></tr></table>",url:"horsebox.html"},
			{code:"<table width='100%'><tr><td align='left'>Livestock</td></tr></table>",url:"livestock.html"},
			{code:"<table width='100%'><tr><td align='left'>Domestic (Unbraked)</td></tr></table>",url:"domestic.html"},
			{code:"<table width='100%'><tr><td align='left'>Car Transporters</td></tr></table>",url:"cartrans.html"},
			{code:"<table width='100%'><tr><td align='left'>Canopies</td></tr></table>",url:"canopies.html"},
			{code:"<table width='100%'><tr><td align='left'>Eurolight</td></tr></table>",url:"eurolight.html"},
			]
			},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Downloads</td></tr></table>",
	url:"downloads.html",format:{size:[20,152],itemoff:[20,0]}},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Other services</td></tr></table>",
	url:"#",format:{size:[20,152],itemoff:[20,0]},
	sub:[
			{itemoff:[25,0],leveloff:[22,150], style:STYLE1, size:[25,140]},
			{code:"<table width='100%'><tr><td align='left'>Finance Available</td></tr></table>",url:"finance.html"},
			{code:"<table width='100%'><tr><td align='left'>2nd Hand Trailers</td></tr></table>",url:"secondhand.php"},
			{code:"<table width='100%'><tr><td align='left'>Security</td></tr></table>",url:"security.html"},
			{code:"<table width='100%'><tr><td align='left'>FAQ</td></tr></table>",url:"faq.html"},
			]
			},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Contact us</td></tr></table>",
	url:"#",format:{size:[20,152],itemoff:[20,0]},
	sub:[
			{itemoff:[25,0],leveloff:[22,150], style:STYLE1, size:[25,140]},
			{code:"<table width='100%'><tr><td align='left'>Contact Details</td></tr></table>",url:"contact_us.html"},
			{code:"<table width='100%'><tr><td align='left'>Location Map</td></tr></table>",url:"location.html"},
			
			]
			},
	{code:"<table width='100%'><tr><td align='left'><img src='images/arrow.gif'>&nbsp;&nbsp;Site map</td></tr></table>",
	url:"site_map.html",format:{size:[20,152],itemoff:[20,0]}},
	];

