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:"",	// background color for the items
		bgOVER:""	// 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:"#F26F00",		// background color for the items
		bgOVER:"#FF9B00"	// 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/home.gif'>", format:{size:[57,71], itemoff:[0,90]},url:"index.html",ocode:"<img src='images/home_a.gif'>", format:{size:[57,71], itemoff:[0,79]},url:"index.html"},
{code:"<img src='images/villa.gif'>", format:{size:[57,79], itemoff:[0,91]},url:"the_villa.html",ocode:"<img src='images/villa_a.gif'>", format:{size:[57,79], itemoff:[0,79]},url:"the_villa.html"

},




{code:"<img src='images/localinfo.gif'>", format:{size:[57,102], itemoff:[0,110]},url:"local_info.html",ocode:"<img src='images/localinfo_a.gif'>", format:{size:[57,102], itemoff:[0,87]},url:"local_info.html"},


{code:"<img src='images/howgethere.gif'>", format:{size:[57,148], itemoff:[0,103]},url:"getting_to_javea.html",ocode:"<img src='images/howgethere_a.gif'>", format:{size:[57,148], itemoff:[0,110]},url:"getting_to_javea.html"},

{code:"<img src='images/availability.gif'>", format:{size:[57,104], itemoff:[0,103]},url:"availability.php",ocode:"<img src='images/availability_a.gif'>", format:{size:[57,104], itemoff:[0,156]},url:"availability.php",

		sub:[
			{itemoff:[24,0],leveloff:[57,-21], style:STYLE3, size:[45,131]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Booking/Prices</td></tr></table>",url:"bookings_and_prices.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Booking/Prices</td></tr></table>",url:"bookings_and_prices.html"},
			
		]
},


{code:"<img src='images/contact.gif'>", format:{size:[57,84], itemoff:[0,103]},url:"contactus.html",ocode:"<img src='images/contact_a.gif'>", format:{size:[57,84], itemoff:[0,112]},url:"contactus.html"
},

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

