/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#ffcc00';			// Background color when mouse is not over
	var LowSubBgColor='#ffcc00';			// Background color when mouse is not over on subs
	var HighBgColor='#000099';			// Background color when mouse is over
	var HighSubBgColor='#000099';			// Background color when mouse is over on subs
	var FontLowColor='#000033';			// Font color when mouse is not over
	var FontSubLowColor='#000033';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#FFffcc';			// Border color
	var BorderSubColor='#ffffcc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=76;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['graphics/tri.gif',5,10,'graphics/tridown.gif',10,5,'graphics/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"





Menu1=new Array("Home","index.html","",0,20,75);

Menu2=new Array("News","news.html","",0,20,75);

Menu3=new Array("Schools","schools.html","",4,20,75);





	Menu3_1=new Array("Northampton Schools","","",4,20,150);



	      Menu3_1_1=new Array("Northampton High School","http://www.hamphigh.org","",0,20,210);



	      Menu3_1_2=new Array("JFK Middle School","http://jfk.northampton-k12.us","",0);








	      Menu3_1_3=new Array("Elementary Schools","http://www.nps.northampton.ma.us/elemschools.html","",0);








	      Menu3_1_4=new Array("Safe Schools","http://npssafeschools.northampton-k12.us","",0);





	Menu3_2=new Array("School Calendar","calendar.html","",0);
	

Menu3_3=new Array("Lunch Menus","lunch.html","",0);



Menu3_4=new Array("Safe Schools","http://npssafeschools.northampton-k12.us","",0);



Menu4=new Array("School Committee","committee.html","",4,20,125);
	Menu4_1=new Array("Policies","policies.html","",0,20,200);
	Menu4_2=new Array("Agendas, Minutes, & Boardroom Briefs","agendas.html","",0);
        Menu4_3=new Array("Contact Us", "contactcommittee.html", "", 0, 20, 200)
        Menu4_4=new Array("Executive Session", "executive/session.html", "", 0, 20, 200)

Menu5=new Array("Administration","admin.html","",7,20,100);
	Menu5_1=new Array("Superintendent's Office","superintendent.html","",0,20,150);
	Menu5_2=new Array("Business & Finance","bandf.html","",1);
		Menu5_2_1=new Array("Human Resources","hr.html","",0,20,150);
	Menu5_3=new Array("Special Education","servicesp.html","",1);
		Menu5_3_1=new Array("Early Childhood","/pupil_services/earlychild.html","",0,20,150);
	Menu5_4=new Array("Curriculum & Instruction","curriculum.html","",1);
		Menu5_4_1=new Array("Professional Development","prodev.html","",0,20,150);
	Menu5_5=new Array("Technology","tech.html","",0);
	Menu5_6=new Array("School Choice","choice.html","",0);
	Menu5_7=new Array("Health Services","http://healthservices.northampton-k12.us","",0);

Menu6=new Array("Resources","resources.html","",4,20,100);
	Menu6_1=new Array("Community Resources","community.html","",0,20,150);
	Menu6_2=new Array("Resources for Parents","parents.html","",0);
	Menu6_3=new Array("Resources for Staff","staff.html","",1);
		Menu6_3_1=new Array("Forms","forms.html","",0,20,100);
	Menu6_4=new Array("Resources for Students","students.html","",0);
