BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:2,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"gainsboro",	// color of the item shadow, if any
		bgON: "white",// background color for the items
		bgOVER:"#336699"// 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,200], itemoff:[0,114], leveloff:[21,0], style:STYLE, size:[20,114]},
	{code: 'Home',url:"index.html"},
	{code: 'Membership',url:"membership.html"},
{code:"2010-2011 Series",		sub:[{itemoff:[41,0],size:[40,120]},
			{code:"Schedule",url:"schedule.html"},
			      			{code:"Purchase Individual Tickets",url:"tickets.html"},
      			{code:"Four Freshmen",url:"concert1.html"},
            			{code:"Parallel Exit",url:"concert2.html"},	
                  		{code:"Leon Williams' Noel",url:"concert3.html"},
                  	{code:"River City 6",url:"concert4.html"},	
                      			{code:"Jeri Sager's Broadway",url:"concert5.html"},		]	},
	{code:"Location",
		sub:[
			{leveloff:[20,0],size:[20,120]},
			{code:"Community Center",url:"commcenter.html"}
        ]
	},
		{code: 'Reciprocity',url:"recip.html"},
		{code: 'About',url:"about.html"},
		{code: 'Contact Us',url:"contactus.html"}
];
