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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#d20001",		// background color for the items
		bgOVER:"#d20001"	// 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 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:"#d20001",	// color of the item shadow, if any
		bgON:"#d20001"		// background color for the items
		/*backgroundOVER:'#ffffff'*/	// 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 MENU_ITEMS = [
	{pos:"relative", delay:[100, 800], itemoff:[0,112], leveloff:[14,7], style:STYLE1, size:[44,114]},
		//menu for home
		{code:"<img src='images/home_tab.gif'>",url:"home.html",  
		sub:[
			]
			},
			];
var MENU_ITEMS_SECOND = [
	{pos:"relative", delay:[100, 800], itemoff:[0,107], leveloff:[22,0], style:STYLE1, size:[44,107]},
			//menu for about us			
			{code:"<img src='images/newcars1.gif'>",url:"#",
						sub:[
							{itemoff:[23,0], style:STYLE, size:[28,107]},
							{code:"<table width='100%' border='0'><tr><td>Seat</td></tr></table>",url:"http://seat.ie/"},
							{code:"<table width='100%' border='0'><tr><td>Kia</td></tr></table>",url:"http://www.kiamotors.ie/"},
							{code:"<table width='100%' border='0'><tr><td>Subaru </td></tr></table>",url:"http://195.212.6.166/Subaru_ie/home.jsp"},
							
							{code:"<table width='100%' border='0'><tr><td>Daihatsu</td></tr></table>",url:"http://www.daihatsu.ie/contentv3/"},
						]
					},
		];
var MENU_ITEMS_THIRD = [
	{pos:"relative", delay:[100, 800], itemoff:[0,112], leveloff:[22,0], style:STYLE1, size:[44,140]},
		//menu for about us			
		{code:"<img src='images/usedcar_tab.gif'>",url:"http://liamclearycarsales_lr.webzone.ie/usedcars/index.cfm?fuseaction=search&CFID=108802365&CFTOKEN=27975228"},
						
		];


var MENU_ITEMS_FOURTH = [
	{pos:"relative", delay:[100, 800], itemoff:[0,112], leveloff:[22,0], style:STYLE1, size:[44,110]},
		//menu for about us			
		{code:"<img src='images/finance.gif'>",url:"finance.html"	},
		];
var MENU_ITEMS_FIVE = [
	{pos:"relative", delay:[100, 800], itemoff:[0,112], leveloff:[22,0], style:STYLE1, size:[44,138]},
		//menu for about us			
		{code:"<img src='images/aftersales.gif'>",format:{size:[44,129]},url:"#",
		
		sub:[
							{itemoff:[23,0], style:STYLE, size:[28,129]},
							{code:"<table width='100%'><tr><td>Service</td></tr></table>",url:"services.html"},
					{code:"<table width='100%'><tr><td>Parts</td></tr></table>",url:"parts.html"},
					{code:"<table width='100%'><tr><td>Body Repairs</td></tr></table>",url:"cashrepair.html"},
					]
		},

		];
var MENU_ITEMS_SIX = [
	{pos:"relative", delay:[100, 800], itemoff:[0,112], leveloff:[22,0], style:STYLE1, size:[44,128]},
		//menu for about us			
		{code:"<img src='images/contact_us_hover.gif'>",url:"contact_us.html"},
		];

