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:"#666666",	// color of the item border, if any
		shadow:"#E6CC99",	// color of the item shadow, if any
		bgON:"#E6CC99",		// 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:[3,250], itemoff:[33,0], leveloff:[10,99], style:STYLE, size:[30,100], textStyle:'font: 11px Verdana; color: black;'},
	{url:'index.html', code:"Now Playing"},
	{url:'sponsors.html', code:"Sponsors"},
	{code:"Sign In",
		sub:[
			{},
			{code:"Board Member"},
			{code:"Cast Member"},
			{code:"Staff Member"}
		]
	},
	{code:"About Us",
		sub:[
			{},
			{url:'bot.html', code:"Board of Trustees"},
			{url:'mission.html', code:"Mission Statement"},
			{url:'infants.html', code:"Babes-in-arms Policy"},
			{code:"Funded By"}
		]
	},
	{code:"Contact Us",
		sub:[
			{},
			{url:'contact.html', code:"Contact Information"},
			{url:'policyrental.html', code:"Costume Rental"},
			{code:"Be a Volunteer"},
			{code:"Comments"},
			{code:"Feedback"}
		]
	},
	{code:"Backstage",
		sub:[
			{},
			{url:'auditions.html', code:"Auditions"},
			{code:"Director Notes"},
			{code:"Behind the Scenes"},
			{code:"Trolley"}
		]
	},
	{code:"2010 Schedule",
		sub:[
			{},
			{url:'calendar/March-2010.htm', code:"March"},
			{url:'calendar/April-2010.htm', code:"April"},
			{url:'calendar/May-2010.htm', code:"May"},
			{url:'calendar/June-2010.htm', code:"June"},
			{url:'calendar/July-2010.htm', code:"July"},
			{url:'calendar/August-2010.htm', code:"August"},
			{url:'calendar/September-2010.htm', code:"September"}
		]
	},
	{code:"Links/Websites",
		sub:[
			{},
			{url:'http://www.peteetneetmuseum.org',code:"Peteetneet Academy/Museum"},
			{url:'http://payson.org',code:"Payson City"}
		]
	},
	{code:"Archives",
		sub:[
			{},
			{url:'archives.html',code:"PCT Story"},
			{url:'pictures.html',code:"Historical Pictures"}
		]
	}
	
];
