BLANK_IMAGE = 'pic/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#0066cc",		// 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 MENU_ITEMS = [
	{pos:[1,10], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"About Don Ho", url:"flsh/aboutdh.html", target:"I2"
	},
	{code:"Entertainment", url:"flsh/liveent.html", target:"I2",
		sub:[
			{itemoff:[21,0]},
			{code:"Calendar",
			sub:[
				{leveloff:[0,99]},
				{code:"February", url:"flsh/feb10.html", target:"I2"},
				{code:"March", url:"flsh/mar10.html", target:"I2"},
				]
			},
			{code:"Karaoke", url:"flsh/karaoke.html", target:"I2"}
		]
	},
	{code:"Food & Drink",
		sub:[
			{itemoff:[21,0]},
			{code:"Lunch Menu", 
			sub:[
				{leveloff:[0,99]},
				{code:"English", url:"cuisine/lunch.html", target:"I2"},
				{code:"Japanese", url:"cuisine/jlunchmenu.html", target:"I2"},
				]
			},
			{code:"Dinner Menu",
			sub:[
				{leveloff:[0,99]},
				{code:"English", url:"cuisine/dinner.html", target:"I2"},
				{code:"Japanese", url:"cuisine/jdinner.html", target:"I2"},
				]
			},
			{code:"Drink Menu",
			sub:[
				{leveloff:[0,99]},
				{code:"English", url:"flsh/drinks.html", target:"I2"},
				{code:"Japanese", url:"flsh/jdrinks.html", target:"I2"},
				]
			},
			{code:"Wine Menu", url:"cuisine/wines.html", target:"I2"},
			{code:"Happy Hour", url:"cuisine/happyhour.html", target:"I2"},
			{code:"Buffet Menu", url:"cuisine/buffet.html", target:"I2"},
			{code:"Sunday Brunch", url:"cuisine/brunch.html", target:"I2"}
		]
	},
	{code:"Location", url:"flsh/location.html", target:"I2"
	},
	{code:"Logo Products", url:"flsh/logoproducts.html", target:"I2"
	},
	{code:"Follow Us", 
		sub:[
			{itemoff:[21,0]},
			{code:"Blog", url:"http://donhosislandgrill.wordpress.com", target:"I2"},
			{code:"FaceBook",url:"http://www.facebook.com/Donhosislandgrill", target:"I2"}
		]
	},
	{code:"Contact",
		sub:[
			{itemoff:[21,0]},
			{code:"Chef", url:"chef/contact.html", target:"I2"},
			{code:"Manager", url:"manager/contact.html", target:"I2"},
			{code:"Owner", url:"owner/contact.html", target:"I2"}
		]
	},
	{code:"No Flash", url:"nflsh.html", target:"_top"
	}
];
