BLANK_IMAGE = 'images/b.gif';

var STYLE1 = {
	border:0,			// 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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#000000"	// 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 STYLE2 = {
	border:0,			// 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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#000000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"submenuON2",		// CSS class for submenu items
		OVER:"submenuOVER2"	// CSS class  for submenu item which is under mouse	
	}

};

var STYLE3 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFCC33",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#000000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"submenuON3",		// CSS class for submenu items
		OVER:"submenuOVER3"	// CSS class  for submenu item which is under mouse	
	}

};
var STYLE4 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFCC33",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#000000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"submenuON4",		// CSS class for submenu items
		OVER:"submenuOVER4"	// CSS class  for submenu item which is under mouse	
	}

};



var MENU_ITEMS = [
	{pos:[10,80], itemoff:[0,99], leveloff:[21,0], style:STYLE1, size:[22,100]},
	{code:"Sierra Nevada Series", "url":"#nogo", size:[22,179],itemoff:[0,20], 
		sub:[
			{itemoff:[21,0], size:[22,180], style:STYLE2}, 
			{code:"The Truckee", "url":"truckee.html"
			},
			{code:"Raymond Meadow Creek", "url":"raymond_meadow_creek.html"
			},
			{code:"Washoe", "url":"washoe.html"
			},
			{code:"Lake Tahoe", "url":"lake_tahoe.html"
			},
			{code:"Yosemite", "url":"yosemite.html"
			}
		]
	},
	{code:"Maine", "url":"maine.html", size:[22,81], style:STYLE4,itemoff:[0,179]
	},
	{code:"Fall Leaves", "url":"#nogo", size:[22,124],itemoff:[0,81], 
		sub:[
			{itemoff:[21,0], size:[22,130], style:STYLE2}, 
			{code:"Large Drawings", "url":"large_leaves.html"
			},
			{code:"Small Drawings", "url":"small_leaves.html"
			}
		]
	},
	{code:"Dancers", "url":"#nogo", size:[22,94],itemoff:[0,124], 
		sub:[
			{itemoff:[21,0], size:[22,120], style:STYLE2}, 
			{code:"Ballarinas", "url":"ballarinas.html"
			},
			{code:"Belly Dancers", "url":"belly_dancers.html"
			}
		]
	},
	{code:"Mural", "url":"mural.html", size:[22,90], style:STYLE4,itemoff:[0,94]
	},
	
	{code:"Information", "url":"#nogo", size:[22,100],itemoff:[0,95], style:STYLE3,
	sub:[
			{itemoff:[22,0], size:[22,120], style:STYLE2}, 
			{code:"Home", "url":"index.htm"},
			{code:"Contact",ocode:"Contact", url:"contact.html"},
			//"javascript:void(window.open('contact.html', '_blank', 'location=no, width=400,height=350,scrollbars=no'))"},
			{code:"Resum&eacute;", "url":"resume.html"
			}
		]
	}
];

