BLANK_IMAGE = '../img/i.gif';

var STYLE = {
	border:1,			// 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:"#999999",	// color of the item shadow, if any
		bgON:"#333",		// background color for the items
		bgOVER:"#222"	// 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:[0,0], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,150]},
	{code:"Gallery Index", url:'index.html',
		sub:[
			{itemoff:[21,0]},
			{code:"S E A", url:'sea.html'},
			{code:"Spice I", url:'spice1.html'},
			{code:"Spice II", url:'spice2.html'},
			{code:"highline", url:'highline.html'},
			{code:"isle", url:'isle.html'},
			{code:"cafetasia", url:'cafetasia.html'},
			{code:"united noodles", url:'un.html'},
			{code:"sura", url:'sura.html'}
		]
	},
	
	
];
