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:"black",	// color of the item border, if any
		shadow:"white",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"white"	// 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 STYLEsub = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"white",	// color of the item border, if any
		shadow:"white",	// color of the item shadow, if any
		bgON:"#336699",		// background color for the items
		bgOVER:"#7ca8d3"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnSub",		// CSS class for items
		OVER:"clsCMOverSub"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[10,297], itemoff:[21,0], leveloff:[0,99], style:STYLE, size:[22,180]},
	{code:'<img src="images/arrow_3red.gif" width="9" height="12" /> Home', "url":"index.html"},
	{code:'<img src="images/arrow_3red.gif" width="9" height="12" /> About Us', "url":"aboutus.html"},
	{code:'<img src="images/arrow_3red.gif" width="9" height="12" /> Our Services',
		sub:[
			{itemoff:[21,0], leveloff:[0,179], style:STYLEsub, size:[22,250]},
			{code:"Ticketing & Reservation", "url":"ticketing.html"},
			{code:"Hotel Reservation", "url":"hotel_reservation.html"},
			{code:"Travel Insurance & Visa Application", "url":"visa_app.html"},
			{code:"Transport & Transfers & Cruises", "url":"transport.html"},			
			{code:"Inbound Tours", "url":"inbound_tour.html"},
			{code:"Outbound Tours", "url":"outbound_tour.html"},
			{code:"Golf Packages & Incentive Group Tours/Seminars & Convention Tours", "url":"golf.html"}			
		]
	},	
	{code:'<img src="images/arrow_3red.gif" width="9" height="12" /> Reservation & Enquiry', "url":"enquiry.html"},
	{code:'<img src="images/arrow_3red.gif" width="9" height="12" /> Contact', "url":"contact.html"},
	{code:'<img src="images/arrow_3red.gif" width="9" height="12" /> Privacy', "url":"privacy.html"}
];
