BLANK_IMAGE = 'images/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:"#2F405C",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"2F405C",		// 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:[10,10], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[25,100]},
	{code:"home", url:"index.html"},	
	{code:"bio", url:"bio.html"},
	{code:"jake", url:"jake.html"},
	{code:"gus", url:"gus.html"},
	{code:"youtube", url:"youtube.html"},
	{code:"blog", url:"blog.html"},
	{code:"usdfa", url:"usdfa.html"},	
	{code:"links", url:"links.html"},
	{code:"events", url:"events.html"}
];
