var todaydate=new Date();
var curMonth=todaydate.getMonth()+1;

//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "bgON":"#ffffcc","bgOVER":"#003366"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":1, "shadow":0, "color":color, "css":css};
//items and formats
var MENU_ITEMS =
[
	{"pos":"relative", "itemoff":[21,0], "leveloff":[0,0], "style":STYLE, "size":[22,200]},
	{code:"<b>Home</b>", url:"index.htm"},
	{code:"<b>Faculty & Staff</b>", url:"faculty.htm"},
	{code:"<b>Our Mission</b>", url:"mission.htm"},
	{code:"<b>The School</b>", url:"school.htm"},
	{code:"<b>Admission</b>", url:"admissions.htm"},
	{code:"<b>Speech & Language</b>", url:"speech.htm"},
	{code:"<b>Programs</b>", url:"lindamood.htm","format":{"arrow":"img/arr4.gif", "oarrow":"img/arr4_o.gif", "arrsize":[5,14]},
		sub:[
			{"leveloff":[0,202], "itemoff":[21,0]},
			{code:"<b>Lindamood-Bell</b>", url:"lindamood.htm"},
			{code:"<b>Orton Gillingham</b>", url:"gillingham.htm"},
			{code:"<b>Wilson Reading</b>", url:"wilson.htm"},
			{code:"<b>Fundation&reg;</b>", url:"Fundations.htm"},
			{code:"<b>Hochman Writing Skills</b>", url:"Hochman.htm"},
			{code:"<b>Read Naturally</b>", url:"ReadNaturally.htm"},
		]
	},
	{code:"<b>Curriculum</b>", url:"overview.htm","format":{"arrow":"img/arr4.gif", "oarrow":"img/arr4_o.gif", "arrsize":[5,14]},
		sub:[
			{"leveloff":[0,202], "itemoff":[21,0]},
			{code:"<b>Overview</b>", url:"overview.htm"},
			{code:"<b>Beginnings</b>", url:"beginnings.htm"},
			{code:"<b>Lower School</b>", url:"lower.htm"},
			{code:"<b>Middle School</b>", url:"middle.htm"},
		]
	},
	{code:"<b>Children's Art</b>", url:"art.htm"},
	{code:"<b>Parents</b>", url:"parents/news.htm","format":{"arrow":"img/arr4.gif", "oarrow":"img/arr4_o.gif", "arrsize":[5,14]},
		sub:[
			{"leveloff":[0,202], "itemoff":[21,0]},
			{code:"<b>Lands` End Uniforms</b>", url:"parents/events.htm"},
			{code:"<b>Knight's News</b>", url:"parents/news.htm"},
			{code:"<b>Calendar</b>", url:"parents/calendar"+curMonth+".htm"},
			{code:"<b>School Directory</b>", url:"parents/school_dir.htm"},
			{code:"<b>Class Directory</b>", url:"parents/class_dir.htm"},
			{code:"<b>Homework</b>",url:"http://www.thecambridgeschool.org/cgi-bin/homework/homework.pl"}
		]
	},
	{code:"<b>Directions</b>", url:"directions.htm"},
	{code:"<b>Contact Us</b>", url:"contacts.htm"},
];
