BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// 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:"#252525",		// background color for the items
		bgOVER:"#8DA9B9"	// 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:[,0], itemoff:[0,50], leveloff:[24,0], style:STYLE, size:[24,50]},
	
	{code:"home", url:"index.htm", format :{ size :[24, 70] }},
	
	{code:"the orchestra", url:"orchestra.htm", format :{itemoff:[0,70], size :[24, 110] },
		sub:[
			{itemoff:[21,0]},			
			{code:"the musicians", url:"musicians.htm"},
			{code:"the staff", url:"staff.htm"},
			{code:"haydn CD", url:"haydn.htm"},
			{code:"board of trustees", url:"trustees.htm"},
			{code:"grants", url:"grants.htm"}
		]
	},
	
	{code:"concert season", url:"season.htm", format :{itemoff:[0,110], size :[24, 105] },
		sub:[
			{itemoff:[21,0]},
			{code:"Fall", url:"fall.htm"},
			{code:"Winter", url:"winter.htm"},
			{code:"Spring", url:"spring.htm"},
			{code:"Summer", url:"summer.htm"},		
			{code:"maps", url:"maps.htm"}
		]
	},
	
	{code:"ticket information", url:"tickets.htm", format :{itemoff:[0,105], size :[24, 130] }},
	
	
		{code:"media", url:"mediaroom.htm", format :{itemoff:[0,130], size :[24, 70] }},
	
	{code:"get involved", url:"get_involved.htm", format :{itemoff:[0,70], size :[24, 105] },
		sub:[
			{itemoff:[21,0]},
			{code:"special events", url:"specialevents.htm"},
			{code:"volunteers", url:"volunteer.htm"},
			{code:"donors", url:"donor.htm"},
			{code:"corporate", url:"corporate.htm"},
			{code:"advocacy", url:"advocacy.htm"}
		]
	},
	
	{code:"community", url:"community.htm", format :{itemoff:[0,105], size :[24, 75] }},
	

	
	{code:"contact us", url:"contact.htm", format :{itemoff:[0,75], size :[24, 85] }},
	
];
