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:"#3A5988",	// background color for the items
		bgOVER:"#3A5988"	// 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 STYLE3 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#b1b0b0",		// background color for the items
		bgOVER:"#930223"	// 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:[0,10], leveloff:[0,20], style:STYLE1, size:[0,122]},
{code:"<img src='images/link01-on.gif'  alt='home: Phantom car hire' />", format:{size:[28,72], itemoff:[0,72]},url:"index.html",ocode:"<img src='images/link01-off.gif' alt='home: Phantom car hire' />", format:{size:[28,72], itemoff:[0,72]},url:"index.html"},
{code:"<img src='images/link02-on.gif'>", format:{size:[28,77], itemoff:[0,72]},url:"service.html",ocode:"<img src='images/link02-off.gif'>", format:{size:[28,77], itemoff:[0,72]},url:"service.html"

	
},
{code:"<img src='images/link03-on.gif'>", format:{size:[28,77], itemoff:[0,77]},url:"cars.html",ocode:"<img src='images/link03-off.gif'>", format:{size:[28,77], itemoff:[0,77]},url:"cars.html",

	sub:[
			{itemoff:[31,0],leveloff:[34,-21], style:STYLE3, size:[31,125]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Silver Phantom</td></tr></table>",url:"services01.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Silver Phantom</td></tr></table>",url:"services01.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;White Phantom</td></tr></table>",url:"services02.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;White Phantom</td></tr></table>",url:"services02.html"},
			
		]

},


{code:"<img src='images/link04-on.gif'>", format:{size:[28,96], itemoff:[0,77]},url:"quote.html",ocode:"<img src='images/link04-off.gif'>", format:{size:[28,96], itemoff:[0,77]},url:"quote.html"},


{code:"<img src='images/link05-on.gif'>", format:{size:[28,93], itemoff:[0,96]},url:"contact.html",ocode:"<img src='images/link05-off.gif'>", format:{size:[28,93], itemoff:[0,96]},url:"contact.html"},


		];
//{code:"<img src='"+sitePath+"/images/button08.jpg'>",format:{size:[21,76],itemoff:[0,34]},
		
//	},];
	
