BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#ccccff",		// background color for the items
		bgOVER:"#996600"	// 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:[18,-46], itemoff:[30,0], leveloff:[0,21], style:STYLE, size:[28,190]},
	{code:"Home", url:"index.htm"
	},
	{code:"Regular Edition", url:"regular.htm"
	},
	{code:"20th Anniversary Edition", url:"anniversary.htm"
	},
	{code:"Table of Contents", url:"contents.htm"
	},
	{code:"Cover Art", url:"cover.htm"
	},
	{code:"Order Form", url:"order_form_20110407.pdf"
	},
	{code:"Contact", url:"contact.htm"
	}
/*

*/
];


