BLANK_IMAGE = 'img/b.gif';

var STYLE = {
	border:"",			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#660000",		// background color for the items
		bgOVER:"#FF6600"	// 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 SUB_STYLE = {
	border:"",			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#990000",		// background color for the items
		bgOVER:"#FFCC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnBlue",		// CSS class for items
		OVER:"clsCMOverBlue"	// CSS class  for item which is under mouse
	}
};
var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,89], leveloff:[8,0], style:STYLE, size:[15,90]},
	{code:"&nbsp;&nbsp;Home",url:"index.htm",format:{size:[15,90]}},
	{code:"&nbsp;Explore",format:{size:[15,95]},
		sub:[
			{itemoff:[17,0],style:SUB_STYLE},
			{code:"&nbsp;Destinations",url:"destinations.htm",format:{size:[15,95]}},
			{code:"&nbsp;Water World",url:"wat_world.htm",format:{size:[15,95]}},
			{code:"&nbsp;Wild Orissa",url:"wildlife.htm",format:{size:[15,95]}},
			{code:"&nbsp;Monuments",url:"monuments.htm",format:{size:[15,95]}},
			{code:"&nbsp;Festivals",url:"festivals1.htm",format:{size:[15,95]}},
			{code:"&nbsp;Arts & Crafts",url:"artscrafts.htm",format:{size:[15,95]}},
			{code:"&nbsp;Tribal Culture",url:"tribal.htm",format:{size:[15,95]}}
			
		]
	},
	{code:"&nbsp;Tour Planner",url:"tourplanner.htm",format:{size:[15,95]},		
	sub:[
			{itemoff:[17,0],style:SUB_STYLE},
			{code:"&nbsp;Event Calendar",url:"tourcal.htm",format:{size:[15,95]}},
			{code:"&nbsp;Holiday Ideas",url:"holiideas.htm",format:{size:[15,95]}},
			{code:"&nbsp;Hotels",url:"hotels.htm",format:{size:[15,95]}},
			{code:"&nbsp;Tour Operators",url:"tourops.asp",format:{size:[15,95]}},
			{code:"&nbsp;Air & Rail Info",url:"railairinfo.htm",format:{size:[15,95]}}

		]
	},

	{code:"&nbsp;Useful Info",url:"useinfo.htm",format:{size:[15,95]},
	sub:[
			{itemoff:[17,0],style:SUB_STYLE},
			{code:"&nbsp;ATM Counters",url:"atminfo.htm",format:{size:[15,95]}},
			{code:"&nbsp;Money Changers",url:"money.htm",format:{size:[15,95]}},
			{code:"&nbsp;Maps",url:"maps.htm",format:{size:[15,95]}}
		]
	},

	{code:"&nbsp;Tenders",url:"tender.asp",format:{size:[15,95]}},		
		{code:"&nbsp;Book Rooms",url:"booking.asp",format:{size:[15,95]}}
		
	
];
