/***********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='#993300';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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='center';			// 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=5;				// 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=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=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='menu';				// 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=['tri.gif',5,10,'tridown.gif',10,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("Home","index.html","",0,20,50);

Menu2=new Array("Announcements","announcements.html","",0,20,115);

Menu3=new Array("About","#","",2,20,50);
    Menu3_1=new Array("About ALS","about.html","",0,20,175);
	Menu3_2=new Array("Faculty & Staff Directory","faculty and staff directory.html","",0,20,175);

Menu4=new Array("Admissions","#","",4,20,80);
	Menu4_1=new Array("Information","#","",4,20,150);	
		Menu4_1_1=new Array("Elementary Admissions Counselor","elementary admissions counselor.html","",0,20,250);
		Menu4_1_2=new Array("Secondary Admissions Counselor","secondary admissions counselor.html","",0);
		Menu4_1_3=new Array("Information About ALS","als information.html","",0);
        Menu4_1_4=new Array("Community Service","community service.html","",0);
        
	Menu4_2=new Array("Registration Forms","#","",4);
		Menu4_2_1=new Array("Registration Form (4 pages)","registration form.html","",0,20,300);
		Menu4_2_2=new Array("Bank Draft Form","bank draft form.html","",0);
		Menu4_2_3=new Array("Records Request Form","records request form.html","",0);
		Menu4_2_4=new Array("Before and After School Care Req. Form","before and after school care registration form.html","",0);
		
	Menu4_3=new Array("Fee Schedule","fee schedule.html","",0);
    Menu4_4=new Array("Immunization","immunization.html","",0);
	
Menu5=new Array("Calendar","calendar.html","",0,20,70);	

Menu6=new Array("Contact","#","",1,20,60);	
    Menu6_1=new Array("Faculty & Staff Directory","faculty and staff directory.html","",0,20,175);
	    
Menu7=new Array("Staff","#","",6,20,45);
	Menu7_1=new Array("Superintendent","superintendent.html","",0,20,175);
	Menu7_2=new Array("Elementary Principal","elementary principal.html","",0,20,175);
	Menu7_3=new Array("Counselor","counselor.html","",0,20,150);
	Menu7_4=new Array("Dean Of Women","dean of women.html","",0);
	Menu7_5=new Array("Public Relations","public relations.html","",0);
	Menu7_6=new Array("Office Staff","#","",5);
	    Menu7_6_1=new Array("Administrative Assistant","administrative assistant.html","",0,20,175);
		Menu7_6_2=new Array("Bookkeeper","bookkeeper.html","",0);
		Menu7_6_3=new Array("Health Services","health services.html","",0);
        Menu7_6_4=new Array("Secretaries","secretaries.html","",0);
        Menu7_6_5=new Array("Teachers Aid","teachers aid.html","",0); 		

Menu8=new Array("Classes","#","",2,20,60);
	Menu8_1=new Array("Elementary Grades-Teachers-Info","#","",8,20,250);
	    Menu8_1_1=new Array("4K","4k info.html","",0,20,110);
		Menu8_1_2=new Array("5K","5k info.html","",0);
		Menu8_1_3=new Array("1st","first grade info.html","",0);
        Menu8_1_4=new Array("2nd","second grade info.html","",0);
        Menu8_1_5=new Array("3rd","third grade info.html","",0);
        Menu8_1_6=new Array("4th","fourth grade info.html","",0,20,110);
		Menu8_1_7=new Array("5th","fifth grade info.html","",0);
		Menu8_1_8=new Array("6th","sixth grade info.html","",0);
        		
	Menu8_2=new Array("Secondary Grades-Teachers-Info","#","",19,20,250);
	    Menu8_2_1=new Array("Bible","bible.html","",0,20,145);
		Menu8_2_2=new Array("English","english.html","",0);
		Menu8_2_3=new Array("Math","math.html","",0);
        Menu8_2_4=new Array("Science","science.html","",0);
        Menu8_2_5=new Array("Social Services","social services.html","",0);
        Menu8_2_6=new Array("Spanish","spanish.html","",0,20,110);
		Menu8_2_7=new Array("Career Orientation","career orientation.html","",0);
		Menu8_2_8=new Array("Computer Literature","computer literature.html","",0);
		Menu8_2_9=new Array("Drivers Education","drivers education.html","",0,20,110);
		Menu8_2_10=new Array("Home Economics","home economics.html","",0);
		Menu8_2_11=new Array("Journalism","journalism.html","",0);
		Menu8_2_12=new Array("Keyboard","keyboard.html","",0);
        Menu8_2_13=new Array("Publicity","publicity.html","",0);
        Menu8_2_14=new Array("Speech","speech.html","",0);
        Menu8_2_15=new Array("Art","art.html","",0,20,110);
		Menu8_2_16=new Array("Band","band.html","",0);
		Menu8_2_17=new Array("Choir","choir.html","",0);
		Menu8_2_18=new Array("Music","music.html","",0);
		Menu8_2_19=new Array("P.E.","physical education.html","",0);	

Menu9=new Array("Athletics","#","",7,20,70);
	Menu9_1=new Array("Baseball","baseball.html","",0,20,140);
    Menu9_2=new Array("Basketball","basketball.html","",0);
    Menu9_3=new Array("Cheerleaders","cheerleaders.html","",0);
    Menu9_4=new Array("Golf","golf.html","",0);
    Menu9_5=new Array("Softball","softball.html","",0);
    Menu9_6=new Array("Track","track.html","",0);
    Menu9_7=new Array("Directions To Games","game directions.html","",0);
	
Menu10=new Array("Scrapbook","#","",5,20,80);
	Menu10_1=new Array("Elementary","elementary scrapbook.html","",0,20,100);
    Menu10_2=new Array("Secondary","secondary scrapbook.html","",0);
    Menu10_3=new Array("Athletics","athletics scrapbook.html","",0);
    Menu10_4=new Array("Missions","missions scrapbook.html","",0);
    Menu10_5=new Array("Band-Choir","band-choir scrapbook.html","",0);
    
Menu11=new Array("Alumni","#","",22,20,60);
	Menu11_1=new Array("1987","1987.html","",0,20,45);
    Menu11_2=new Array("1988","1988.html","",0);
    Menu11_3=new Array("1989","1989.html","",0);
    Menu11_4=new Array("1990","1990.html","",0);
    Menu11_5=new Array("1991","1991.html","",0);
    Menu11_6=new Array("1992","1992.html","",0);
    Menu11_7=new Array("1993","1993.html","",0);
    Menu11_8=new Array("1994","1994.html","",0);
    Menu11_9=new Array("1995","1995.html","",0);
    Menu11_10=new Array("1996","1996.html","",0);	
    Menu11_11=new Array("1997","1997.html","",0);
    Menu11_12=new Array("1998","1998.html","",0);
    Menu11_13=new Array("1999","1999.html","",0);
    Menu11_14=new Array("2000","2000.html","",0);
    Menu11_15=new Array("2001","2001.html","",0);	
    Menu11_16=new Array("2002","2002.html","",0);
    Menu11_17=new Array("2003","2003.html","",0);
    Menu11_18=new Array("2004","2004.html","",0);
    Menu11_19=new Array("2005","2005.html","",0);
    Menu11_20=new Array("2006","2006.html","",0);
    Menu11_21=new Array("2007","2007.html","",0);
    Menu11_22=new Array("2008","2008.html","",0);

Menu12=new Array("School Board","school board.html","",0,20,100);	