var MENU_DATA = function() {
	var calendar_url = "http://www.atrium.org/calendar";

	var school = {
		title: "&nbsp;", // "Our School",
		href: "/ourschool/welcome.html", 
		classes: "tab_ourschool",
		img: {src: "/images/menu_ourschool.gif",  alt: "Our School"},
		items: [
			{title: "Welcome",        href: "/ourschool/welcome.html"},
			// {title: "History",        href: "/ourschool/atriumhistory.html"},
			{title: "Our Approach",     href: "/ourschool/our_approach.html"},
			{title: "Values",      href: "/ourschool/values.html"},
			{title: "Hallmarks",      href: "/ourschool/hallmarks.html"},
			// {title: "Green Building", href: "/ourschool/greenbuilding.html"},
			{title: "What People Say",
			 items: [
				 {title: "What Parents Say",  href: "/ourschool/what_parents_say.html"},
				 {title: "What Alumni Say",   href: "/ourschool/what_alumni_say.html"},
				 {title: "What Students Say",  href: "/ourschool/what_students_say.html"}
			 ]
			},
			{title: "Location",     href: "/ourschool/location.html"},
			{title: "Contact Us",     href: "/ourschool/contactus.html"}
		]
	};
	var admission = {
		title: "&nbsp;", // "Admissions",
		href: "/admission/admission.html",   
		classes: "tab_admission",
		img: {src: "/images/menu_admissions.gif", alt: "Admissions", id: "menu2"},
		items: [
			{title: "Admissions",            href: "/admission/admission.html"},
			{title: "Important Dates",       href: "/admission/dates.html"},
			{title: "Get Started",         href: "/admission/get_started.html"},
			{title: "Application", href: "/admission/application.html"},
			{title: "Financial Aid",         href: "/admission/financialaid.html"},
			{title: "FAQ",                   href: "/admission/faq.html"}
		]
	};
	var community = {
		title: "&nbsp;", // "Community",
		href: "/community/community.html",   
		classes: "tab_community",
		items: [
			{title: "Community",              href: "/community/community.html"},
			{title: "News and Events",        href: "/community/news_and_events.html"},
			{title: "Calendar",        href: calendar_url, target: "blank"},
			// {title: "News",                   href: "/community/news.html"},
			// {title: "Compluvium",             href: "/community/compluvium.html"},
			{title: "Convenient Resources", href: "/community/resources.html"}
		]
	};
	var learning = {
		title: "&nbsp;", // "Learning",
		href: "/learning/learning.html",     
		classes: "tab_learning",
		img: {src: "/images/menu_learning.gif",   alt: "Learning",   id: "menu4"},
		items: [
			{title: "Learning",       href: "/learning/learning.html"},
			{title: "Programs and Partnerships",       href: "/learning/programs_and_partnerships.html"},
			{title: "Theme Approach",         href: "/academics/themes.html"},
			{title: "Grade by Grade",
			 items: [
				 {title: "Pre-Kindergarten", href: "/academics/pk.html"},
				 {title: "Kindergarten",     href: "/academics/k.html"},
				 {title: "1st Grade",        href: "/academics/first.html"},
				 {title: "2nd Grade",        href: "/academics/second.html"},
				 {title: "3rd Grade",        href: "/academics/third.html"},
				 {title: "4th Grade",        href: "/academics/fourth.html"},
				 {title: "5th Grade",        href: "/academics/fifth.html"},
				 {title: "6th Grade",        href: "/academics/sixth.html"}
			 ]}
		]
	};
	var giving = {
		title: "&nbsp;", // "Giving",
		href: "/giving/giving.html",         
		classes: "tab_giving",
		img: {src: "/images/menu_giving.gif",     alt: "Giving",     id: "menu5"},
		items: [
			{title: "Giving",           href: "/giving/giving.html"},
			{title: "How to Give",      href: "/giving/donate.html"},
			{title: "Annual Fund",      href: "/giving/annualfund.html"},
			{title: "Capital Campaign", href: "/giving/campaign.html"},
			{title: "Planned Giving",   href: "/giving/plannedgiving.html"}
		]
	};
	
	return [school, admission, learning, community, giving];
}();


