BLANK_IMAGE = 'http://spirithorsetherapy.com/images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:3,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#666666",	// color of the item shadow, if any
		bgON:"#85a157",		// background color for the items
		bgOVER:"#a6bf79"	// 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 TOP = {
	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:"#85a157",		// background color for the items
		bgOVER:"#a6bf79"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"TOPclsCMOn",	// CSS class for items
		OVER:"TOPclsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,0], itemoff:[0,99], leveloff:[26,0]},
	{code:"Home", url:"index.html", size:[27,70], format:{style:TOP}},
	{code:"About Us", url:"spirithorse.html", size:[27,95], format:{style:TOP}, itemoff:[0,69],
		sub:[
			{itemoff:[21,0]},
			{code:"History", url:"spirithorse.html", format:{style:STYLE, size:[22,180]}},
			{code:"Founder", url:"charles-fletcher.html", format:{style:STYLE, size:[22,180]}},
			{code:"Staff", url:"staff.html", format:{style:STYLE, size:[22,180]}},
			{code:"Board of Directors", url:"boardofdirectors.html", format:{style:STYLE, size:[22,180]}},
			{code:"Horses", url:"spirithorses.html", format:{style:STYLE, size:[22,180]}},
			{code:"Facilities", url:"facilities.html", format:{style:STYLE, size:[22,180]}},
			{code:"Directions", url:"directions.html", format:{style:STYLE, size:[22,180]}},
			{code:"Testimonials", url:"testimonials.html", format:{style:STYLE, size:[22,180]}},
			{code:"Volunteer!", url:"volunteer.html", format:{style:STYLE, size:[22,180]}}
		]
	},
	{code:"Our Programs", size:[27,120], format:{style:TOP}, itemoff:[0,94],
		sub:[
			{itemoff:[21,0]},
			{code:"Overview", url:"spirithorse-overview.html", format:{style:STYLE, size:[22,230]}},
			{code:"SpiritHorse Therapeutic Driving", url:"driving-program.html", format:{style:STYLE, size:[22,230]}},
			{code:"Disabilities", url:"disabilities-rehab.html", format:{style:STYLE, size:[22,230]}},
			{code:"Children Who Are Victims of Abuse", url:"victims-of-abuse.html", format:{style:STYLE, size:[22,230]}},
			{code:"Battered Women", format:{style:STYLE, size:[22,230]}},
			{code:"At-Risk Youth", url:"at-risk-youth.html", format:{style:STYLE, size:[22,230]}},
			{code:"Youth After-Drug Rehab", url:"youth-drug-rehab.html", format:{style:STYLE, size:[22,230]}},
			{code:"Licensing Program", url:"licensing_program.html", format:{style:STYLE, size:[22,230]}},
			{code:"Client Application", url:"client-application.html", format:{style:STYLE, size:[22,230]}}
		]
	},
	{code:"Ways You Can Help", size:[27,138], url:"donations.html", format:{style:TOP}, itemoff:[0,119],
		sub:[
			{itemoff:[21,0]},
			{code:"Online Donations", url:"donations.html", format:{style:STYLE, size:[22,180]},
				sub:[
					{leveloff:[0,179]},
					{code:"One-time donation", url:"make-a-donation.html"},
					{code:"Monthly subscriber", url:"make-a-donation.html"},
					{code:"While you shop", url:"shop-search-online.html"},
					{code:"While you search web", url:"shop-search-online.html"}
				]
			},
			{code:"Buy A Brick", url:"buy-a-brick.html", format:{style:STYLE, size:[22,180]}},
			{code:"Donate Horses/Equipment", url:"donate-a-horse.html", format:{style:STYLE, size:[22,180]}},
			{code:"Donate your Car", url:"donate-a-car.html", format:{style:STYLE, size:[22,180]}},
			{code:"Shop for Groceries", url:"grocery-stores.html", format:{style:STYLE, size:[22,180]}},
			{code:"Shop or Search Online", url:"shop-search-online.html", format:{style:STYLE, size:[22,180]}},
			{code:"Workplace Giving", url:"workplace-giving.html", format:{style:STYLE, size:[22,180]}},
			{code:"Our Sponsors", url:"donors.html", format:{style:STYLE, size:[22,180]}}
		]
	},
	{code:"Events", size:[27,72], format:{style:TOP}, itemoff:[0,137],
		sub:[
			{itemoff:[21,0]},
			{code:"2009", url:"2009.html", format:{style:STYLE, size:[22,200]}}
		]
	},
	{code:"News & Press", size:[27,120], format:{style:TOP}, itemoff:[0,71],
		sub:[
			{itemoff:[21,0]},
			{code:"Awards", url:"spirithorse-awards.html", format:{style:STYLE, size:[22,120]}},
			{code:"Print Articles", url:"in-the-news.html#print", format:{style:STYLE, size:[22,120]}},
			{code:"SpiritHorse Video", url:"video.html", format:{style:STYLE, size:[22,120]}},
			{code:"Media Clips", url:"in-the-news.html#media", format:{style:STYLE, size:[22,120]}},
			{code:"Medical Research", format:{style:STYLE, size:[22,120]},
				sub:[
					{leveloff:[0,119]},
					{code:"Autism Study", url:"research-autism.html"}
				]
			}
		]
	},
	{code:"Contact Us", url:"contact.html", size:[27,102], format:{style:TOP}, itemoff:[0,119]}
];
