// menu_items.js file

var MENU_ITEMS =[
	["&bull; About Us", "#",
		["Executive Directors Message", "http://www.stanfordhome.org/aboutus/execDirMessage.htm"],
		["History", "http://www.stanfordhome.org/aboutus/history.htm"],
		["Principles & Values", "http://www.stanfordhome.org/aboutus/principlesValues.htm"],
		["Family Centered Practice", "http://www.stanfordhome.org/aboutus/famCenteredPractice.htm"],
		["Family Finding", "http://www.stanfordhome.org/aboutus/familyFinding.htm"],
		["Program Results", "http://www.stanfordhome.org/aboutus/results.htm"],
		["Facts & Figures", "http://www.stanfordhome.org/aboutus/factsFigures.htm"],
		["Accreditation", "http://www.stanfordhome.org/aboutus/accreditation.htm"],
		["Board Members", "http://www.stanfordhome.org/aboutus/boardmembers.htm"],
		["Leadership Team", "http://www.stanfordhome.org/aboutus/leadershipTeam.htm"],
		["Success Stories", "http://www.stanfordhome.org/aboutus/stories.htm"]
	],
	["&bull; Services", "#",
		["Foster Care Program", "http://www.stanfordhome.org/services/fosterFamilies.htm"],
		["Therapeutic Behavioral Services", "http://www.stanfordhome.org/services/therapBehavServices.htm"],
		["Wraparound", "http://www.stanfordhome.org/services/wraparound.htm"],
		["Juvenile Justice Programs", "http://www.stanfordhome.org/services/juvenileJustice.htm"],
		["F.O.C.U.S.", "http://www.stanfordhome.org/services/focus.htm"],
		["Family V.O.I.C.E.", "http://www.stanfordhome.org/services/voice.htm"],
		["Research and Development", "http://www.stanfordhome.org/services/researchDev.htm"],
	],
	["&bull; Employment", "#",
		["Work Environment", "http://www.stanfordhome.org/employment/environment.htm"],
		["Employment Opportunities", "http://www.stanfordhome.org/employment/openings.asp"],
		["Benefits", "http://www.stanfordhome.org/employment/benefits.htm"],
	],
	["&bull; Ways to Contribute", "#",
		["Donate Now", "http://www.stanfordhome.org/contribute/donate.htm"],
		["Volunteer", "http://www.stanfordhome.org/contribute/volunteer.htm"],
		["Current Events", "http://www.stanfordhome.org/contribute/eventsNews.htm"],	
		["Planned Giving", "http://www.stanfordhome.org/contribute/plannedGiving.htm"],
		["Donor Clubs", "http://www.stanfordhome.org/contribute/donorClubs.htm"],
		["Vehicle, Boat & RV", "http://www.stanfordhome.org/contribute/vehicleDonation.htm"],
		["Community Partners", "http://www.stanfordhome.org/contribute/commPartners.htm"]
	],
	["&bull; Contact Us", "http://www.stanfordhome.org/contact.htm"]
];
