BLANK_IMAGE = 'images/b.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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#484848",		// background color for the items
		bgOVER:"#E2E2E2"	// 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:[240,164], itemoff:[0,80], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Home", url: "index.html"},
	{code:"Biography", "format":{"size":[22,120]},
		sub:[
			{itemoff:[21,0]},
			{code:"Artist Statement", url:"artist_statement.html"},
			{code:"Affiliations", url:"affiliations.html"},				
			{code:"Publications/Awards", url:"pubs_awards.html"}
		]
	},
	{code:"Portfolio",
		sub:[
			{itemoff:[21,0]},
			{code:"Introduction", url:"introduction.html"},
			{code:"Kaleidoscopes",
				sub:[
					{leveloff:[0,99]},
					{code:"Open Editions", url:"kaleidoscopes_openeds.html"},
					{code:"Limited Editions", url:"kaleidoscopes_limeds.html"}
				]
			},
			{code:"What's New", url:"whatsnew.html"},
			{code:"Past Work", url:"pastwork.html"}
		]
	},
	{code:"Galleries", "format":{"size":[22,120]},
		sub:[
			{itemoff:[21,0]},
			{code:"Galleries", url:"galleries.html"},
			{code:"Retailers", url:"retailers/pricelist.html"}
		]
	},
	
	{code:"Events", "format":{"size":[22,120]},
		sub:[
			{itemoff:[21,0]},
			{code:"Exhibits and Shows", url:"exhibits_shows.html"},
			{code:"Upcoming Events", url:"upcoming_events.html"},
		]
	},

	{code:"Contact", url:"contact.html"}


];

