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:"#282828",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#333333",		// background color for the items
		bgOVER:"#282828"	// 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 STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#282828",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#333333",		// background color for the items
		bgOVER:"#282828"	// 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 = [
	{itemoff:[0,135], leveloff:[35,0], style:STYLE, size:[28,90]},
			{code:"ANNOUNCEMENTS", url:"announce.htm", "format":{"size":[30,90], "itemoff":[0,94]},
		sub:[
			{style:STYLE2, itemoff:[25,0], size:[26,90]},
			{code:"UPCOMING EVENTS", url:"pole_vault_events_texas.htm"},
			{code:"RESULTS", url:"results.htm"},
			
		]
	},
		{code:"SCHEDULE", "format":{"size":[30,90], "itemoff":[0,94]},
		sub:[
			{style:STYLE2, itemoff:[25,0], size:[26,90]},
			{code:"PRACTICE", url:"calendars.htm"},
			
			{code:"CAMPS", url:"pole_vault_camp.htm"},
			{code:"CLINICS", url:"pole_vault_clinics.htm"}
		]
	},
	{code:"ABOUT US", "format":{"size":[30,90], "itemoff":[0,94]},
		sub:[
			{style:STYLE2, itemoff:[25,0], size:[26,90]},
			{code:"FACILITIES", url:"pole_vault_track_field_facilities.htm"},
			{code:"COACHES", url:"pole_vault_coach_texas.htm"},
			{code:"ATHLETES", url:"athletes.htm"}
		]
	},
	{code:"TRAINING", "format":{"size":[30,90], "itemoff":[0,94]},
		sub:[
			{style:STYLE2, itemoff:[25,0], size:[26,90]},
			{code:"MULTI-SPORT FITNESS", url:"saq.htm"},
			{code:"POLE VAULTING", url:"pole_vault_texas.htm"},
				]
	},
	{code:"EQUIPMENT", url:"pole_vault_track_field_equipment.htm", "format":{"size":[30,90], "itemoff":[0,94]},
		sub:[]
	},
	{code:"CONTACT US", url:"contactus.htm", "format":{"size":[30,90], "itemoff":[0,94]},
		sub:[]
	}
	

];
