BLANK_IMAGE = '../../img/navBar/spacer.gif';

var STYLE = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"yellow",		// background color for the items
		bgOVER:"#B6BDD2"	// 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 STYLE_CENTER = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"yellow",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCenter",		// CSS class for items
		OVER:"clsCMOverCenter"	// CSS class  for item which is under mouse
	}
};

var STYLE_COUNTRY = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"#005499",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCountry",		// CSS class for items
		OVER:"clsCMOverCountry"	// CSS class  for item which is under mouse
	},
	backgroundStyle:'background: url(/img/navBar/tabblue.gif);'
};
var STYLE_COUNTRY_LG = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"#005499",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCountry",		// CSS class for items
		OVER:"clsCMOverCountry"	// CSS class  for item which is under mouse
	},
	backgroundStyle:'background: url(/img/navBar/tabbluelg.gif);'
};
var STYLE_COUNTRY_SM = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"#005499",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCountry",		// CSS class for items
		OVER:"clsCMOverCountry"	// CSS class  for item which is under mouse
	},
	backgroundStyle:'background: url(/img/navBar/tabbluesm.gif);'
};
var STYLE_COUNTRY_SEL = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"#FFFF00",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCountrySel",		// CSS class for items
		OVER:"clsCMOverCountrySel"	// CSS class  for item which is under mouse
	},
	backgroundStyle:'background: url(/img/navBar/tabyellow.gif);'
};
var STYLE_COUNTRY_SM_SEL = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"#FFFF00",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCountrySel",		// CSS class for items
		OVER:"clsCMOverCountrySel"	// CSS class  for item which is under mouse
	},
	backgroundStyle:'background: url(/img/navBar/tabyellowsm.gif);'
};
var STYLE_COUNTRY_LG_SEL = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		borderColor:"",	// color of the item border, if any
		shadowColor:"",	// color of the item shadow, if any
		bgON:"#FFFF00",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCountrySel",		// CSS class for items
		OVER:"clsCMOverCountrySel"	// CSS class  for item which is under mouse
	},
	backgroundStyle:'background: url(/img/navBar/tabyellowlg.gif);'
};

var COUNTRY_MENU = [
	{pos:'relative', itemoff:[0,99], leveloff:[22,0], style:STYLE_COUNTRY, size:[22,100]},
	{code:"AUSTRALIA", itemoff:[0,99], style:STYLE_COUNTRY, url:"http://www.ajhackett.com/cairns"	},
	{code:"BALI", itemoff:[0,99], style:STYLE_COUNTRY_SM, size:[22,90], url:"http://www.ajhackett.com/bali"	},
	{code:"FRANCE", itemoff:[0,89], style:STYLE_COUNTRY_SM_SEL, size:[22,90], url:"http://www.ajhackett.com/normandie"},
	{code:"GERMANY", itemoff:[0,89], style:STYLE_COUNTRY_SM, size:[22,90], url:"http://www.ajhackett.com/germany"},
	{code:"KUALA LUMPUR", itemoff:[0,89], style:STYLE_COUNTRY_LG, size:[22,120], url:"http://www.ajhackett.com/malaysia"},
	{code:"MACAU", itemoff:[0,119], style:STYLE_COUNTRY_SM, size:[22,90], url:"http://www.ajhackett.com/macau"},
	{code:"NEW ZEALAND", itemoff:[0,89], style:STYLE_COUNTRY_LG, size:[22,120], url:"http://www.ajhackett.com/nz"}
];

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,99], leveloff:[14,0], style:STYLE_CENTER, size:[12,100]},
	{code:"Home", url:"index.html", itemoff:[0,59], size:[12,60]	},
	{code:"Products", itemoff:[0,59], size:[12,70], format:{image:"img/sep.gif", imgsize:[12,10]},
		sub:[
			{itemoff:[18,0], style:STYLE, size:[18,160]},
			{code:"Bungy Jumping", format:{image:null}, url:"bungy.html"			},
			{code:"Minjin Swing", format:{image:null}, url:"minjin.html"			},
			{code:"Night Bungy", format:{image:null}, url:"nightbungy.html"			},
			{code:"Sunday Sessions", format:{image:null}, url:"sundays.html"			},
			{code:"Functions & Venue Hire", format:{image:null}, url:"functions.html"			},
			{code:"Special Deals & Promotions", format:{image:null}, url:"specials.html"			},
			{code:"Photo Gallery", format:{image:null, arrow:"img/arr1.gif", oarrow:"img/arr1.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,159]},
					{code:"Cairns", url:"gallery.html"			},
					{code:"Bungy", url:"gallery-bungy.html"			},
					{code:"Minjin Swing", url:"gallery-minjin.html"			},
					{code:"Night Bungy", url:"gallery-night.html"			},
					{code:"Sunday Sessions", url:"gallery-sundays.html"			},
					{code:"Functions & Venue Hire", url:"gallery-functions.html"			}
						]
					},
			{code:"Movie Gallery", format:{image:null, arrow:"img/arr1.gif", oarrow:"img/arr1.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,159]},
					{code:"Cairns", url:"movie-cairns.html"			},
					{code:"Bungy", url:"movie-bungy.html"			},
					{code:"Minjin Swing", url:"movie-minjin.html"			},
					{code:"History", url:"movie-history.html"			}
						]
					}
				]
	},
	{code:"Our Story", itemoff:[0,69], size:[12,80], format:{image:"/img/navBar/sep.gif", imgsize:[12,10]},
				sub:[
					{itemoff:[18,0], style:STYLE, size:[18,100]},
					{code:"Our Story", format:{image:null}, url:"ourstory.html"			},
					{code:"History", format:{image:null}, url:"history.html"			},
						]
					},
	{code:"Safety", itemoff:[0,79], size:[12,60], format:{image:"/img/navBar/sep.gif", imgsize:[12,10]},
				sub:[
					{itemoff:[18,0], style:STYLE, size:[18,150]},
					{code:"Safety", format:{image:null}, url:"safety.html"			},
					{code:"How a Bungy Cord works", format:{image:null}, url:"bungycord.html"			},
						]
					},
	{code:"Reach Us", itemoff:[0,59], size:[12,75], format:{image:"/img/navBar/sep.gif", imgsize:[12,10]},
				sub:[
					{itemoff:[18,0], style:STYLE, size:[18,150]},
					{code:"Ask Us", format:{image:null}, url:"contact.php"			},
					{code:"Find Us", format:{image:null}, url:"location.html"			},
					{code:"Link to Us", format:{image:null}, url:"links.html"			},
						]},
	{code:"Live Bungy TV", url:"webcam.html", itemoff:[0,74], size:[12,100], format:{image:"/img/navBar/sep.gif", imgsize:[12,10]}},
	{code:"Book Now", url:"booking.php", itemoff:[0,99], size:[12,80], format:{image:"/img/navBar/sep.gif", imgsize:[12,10]}},
	{code:"Agents/Media", itemoff:[0,79], size:[12,95], format:{image:"/img/navBar/sep.gif", imgsize:[12,10]},
				sub:[
					{itemoff:[18,0], style:STYLE, size:[18,116]},
					{code:"Agents Resources", format:{image:null}, url:"agents.html"			},
					{code:"Press & Media", format:{image:null}, url:"media.php"			},
						]
					}
];
