
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#003300';			// Background color when mouse is not over
	var LowSubBgColor='#006600';			// Background color when mouse is not over on subs
	var HighBgColor='#006600';			// Background color when mouse is over
	var HighSubBgColor='#003300';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffff99';			// Font color subs when mouse is not over
	var FontHighColor='#ffff99';			// Font color when mouse is over
	var FontSubHighColor='#ffff99';			// Font color subs when mouse is over
	var BorderColor='#006600';			// Border color
	var BorderSubColor='#003300';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="georgia,verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// 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=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// 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 highlighted
	var Arrws=['rtri.gif',5,10,'images/tridowngr.gif',9,5,'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("rollover:images/homebtn.gif:images/homebtn-on.gif","index.php","",0,28,93);

Menu2=new Array("rollover:images/ourschoolbtn.gif:images/ourschoolbtn-on.gif","ourschool.html","",6,28,93);
	Menu2_1=new Array("Contacting Us","contactus.html","",0,20,150);
	Menu2_2=new Array("Guidance","guidance.html","",0,20,150);
	Menu2_3=new Array("Mission Statement","mission.html","",0,20,150);	
	Menu2_4=new Array("Principal's Page","principal.html","",0,20,150);
	Menu2_5=new Array("School History","schoolhistory.html","",0,20,150);
	Menu2_6=new Array("Staff Directory","ourstaff.html","",0,20,150);

Menu3=new Array("rollover:images/academicsbtn.gif:images/academicsbtn-on.gif","academics.html","",4,28,93);
	Menu3_1=new Array("Departments","departments.html","",0,20,175);
	Menu3_2=new Array("Pathways","pathways.html","",0,20,125);	
	Menu3_3=new Array("Teacher Web Pages","teacherwebpages.html","",0,20,125);
	Menu3_4=new Array("Teams","teampage.html","",0,20,110);
	
Menu4=new Array("rollover:images/geninfobtn.gif:images/geninfobtn-on.gif","generalinfo.html","",19,28,93);
	Menu4_1=new Array("Bus Routes","../busroutes/index.htm","",0,20,205);
	Menu4_2=new Array("Cancellations","cancellations.html","",0,20,180);
	Menu4_3=new Array("Community Service","communityservice.html","",0);
	Menu4_4=new Array("Curriculum Frameworks","javascript:void window.open(\'../Superintendent/curricula.html\')","",0);
	Menu4_5=new Array("Directions","directions.html","",0);
	Menu4_6=new Array("District Mission & Goals","javascript:void window.open(\'../Superintendent/mission.html\')","",0);
	Menu4_7=new Array("Documents, Forms & Policies","forms.html","",0,20,180);
	Menu4_8=new Array("Honor Roll","honorroll.html","",0,20,180);
	Menu4_9=new Array("Links for Parents/Guardians","linksparents.html","",0,20,180);
	Menu4_10=new Array("Links for Teachers","linksteachers.html","",0,20,180);
	Menu4_11=new Array("Links for Teens","linksteens.html","",0,20,180);
	Menu4_12=new Array("Nurse/Health Services","nurse1.html","",0,20,180);
	Menu4_13=new Array("School Accountability/Testing","schoolacc.html","",0,20,180);
	Menu4_14=new Array("School Committee","javascript:void window.open(\'../Superintendent/sctantasqua.html\')","",0,20,180);
	Menu4_15=new Array("School Handbook","schoolhandbook.html","",0,20,180);
	Menu4_16=new Array("Summer Camps","summercamps.html","",0,20,130);
	Menu4_17=new Array("Summer School","javascript:void window.open(\'docs/summerschoolbrochure.pdf\')","",0,20,140);
	Menu4_18=new Array("Technology Plan","tantasquatechplan.html","",0,20,180);
	Menu4_19=new Array("Work Permits","../superintendent/forms.html","",0,20,180);

Menu5=new Array("rollover:images/schoollifebtn.gif:images/schoollifebtn-on.gif","schoollife.html","",11,28,93);
	Menu5_1=new Array("Guidance","guidance.html","",0,20,150);
	Menu5_2=new Array("Lunch Menu","lunch.html","",0,20,130);
	Menu5_3=new Array("Monthly Calendar","files/admin/monthlyCalendar.htm","",0,20,130);
	Menu5_4=new Array("School Year Calendar","../superintendent/schoolyearcalendar.html","",0,20,130);
	Menu5_5=new Array("School Store","schoolstore.html","",0,20,130);
	Menu5_6=new Array("Sports","sports.html","",0,20,130);
	Menu5_7=new Array("Summer Camps","summercamps.html","",0,20,130);
	Menu5_8=new Array("Summer Reading","summerreading.html","",0,20,130);
	Menu5_9=new Array("Summer School","javascript:void window.open(\'docs/summerschoolbrochure.pdf\')","",0,20,140);
	Menu5_10=new Array("Teacher Web Pages","teacherwebpages.html","",0,20,125);
	Menu5_11=new Array("Art Gallery","javascript:void window.open(\'http://picasaweb.google.com/trjhsart')","",0,20,125);


Menu6=new Array("rollover:images/clubsactivbtn.gif:images/clubsactivbtn-on.gif","clubsactivities.html","",6,28,125);
	Menu6_1=new Array("Clubs","clubs.html","",0,20,210);
	Menu6_2=new Array("Community Service","communityservice.html","",0,20,180);
	Menu6_3=new Array("Music","music.html","",0,20,130);
	Menu6_4=new Array("Sports","sports.html","",0,20,130);
	Menu6_5=new Array("Student Government/Council","government.html","",0,20,150);
	Menu6_6=new Array("Summer Camps","summercamps.html","",0,20,130);

	
Menu7=new Array("rollover:images/librarybtn.gif:images/librarybtn-on.gif","library.html","",0,28,93);