/***********************************************************************************
*	(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=5;				// Number of first level items
	var LowBgColor='transparent';			// Background color when mouse is not over
	var LowSubBgColor='9b0d14';			// Background color when mouse is not over on subs
	var HighBgColor='transparent';			// Background color when mouse is not over
	var HighSubBgColor='dddddd';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';				// Font color when mouse is not over
	var FontSubLowColor='ffffff';				// Font color subs when mouse is not over
	var FontHighColor='transparent';			// Font color when mouse is over
	var FontSubHighColor='111111';			// Font color subs when mouse is over
	var BorderColor='transparent';			// Border color
	var BorderSubColor='ffffff';				// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="trebuchet ms"			// Font family menu items
	var FontSize=9;							// 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='left';				// 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=28;						// 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=10;						// Left padding
	var TopPaddng=6;						// 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=500;				// delay before menu folds in
	var TakeOverBgColor=1;				// 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=0;						// Uses arrow gifs when 1
	var KeepHilite=1;						// Keep selected path highligthed
	var Arrws=['tri.gif',5,22,'tridown.gif',22,5,'trileft.gif',5,22];	// 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("","About_Us.html","",8,58,90);
	Menu1_1=new Array("About Us","About_Us.html","",0,30,180);
	Menu1_2=new Array("International Baccalaureate","International_Baccalaureate_Program.html","",0,30);
	Menu1_3=new Array("Guiding Principles","Guiding_Principles.html","",0,30);
	Menu1_4=new Array("Policies & Procedures","Policies_Procedures.html","",0,30);
	Menu1_5=new Array("Forms","Forms.html","",0,30);
	Menu1_6=new Array("Accountability","Accountability.html","",0,30);
	Menu1_7=new Array("FAQ","FAQ.html","",0,30);
	Menu1_8=new Array("Dress Code / Mascot","Dress_Code_Mascot.html","",0,30);
		
Menu2=new Array("","School_Hours.html","",4,58,125);
	Menu2_1=new Array("School Hours","School_Hours.html","",0,30,160);
	Menu2_2=new Array("School Year Calendar","School_Year_Calendar.html","",0,30);
	Menu2_3=new Array("Enrollment / Lottery","Enrollment_Lottery.html","",0,30);
	Menu2_4=new Array("Lottery FAQ","FAQ_Lottery.html","",0,30);

Menu3=new Array("","Special_Events.html","",3,58,93);
	Menu3_1=new Array("Special Events","Special_Events.html","",0,30,150);
	Menu3_2=new Array("In The News","In_The_News.html","",0,30);
	Menu3_3=new Array("Board Meetings","Board_Meetings.html","",0,30);

Menu4=new Array("","Administration.html","",5,58,95);
	Menu4_1=new Array("Administration","Administration.html","",0,30,180);
	Menu4_2=new Array("Faculty - Elementary School","Faculty_Elementary.html","",0,30);
	Menu4_3=new Array("Faculty - Middle School","Faculty_Middle.html","",0,30);
	Menu4_4=new Array("CHAPS","CHAPS.html","",0,30);
	Menu4_5=new Array("Governing Board","Governing_Board.html","",0,30);

Menu5=new Array("","Volunteer.html","",5,58,170);
	Menu5_1=new Array("Volunteer","Volunteer.html","",0,30,180);
	Menu5_2=new Array("Employment","Employment.html","",0,30);
	Menu5_3=new Array("Excuse Student Absence","Excuse_Student_Absence.html","",0,30);
	Menu5_4=new Array("Amazon Associates Program","Amazon_Program.html","",0,30);
	Menu5_5=new Array("Contact Us","Contact_Us.html","",0,30);





