	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#ededed';			// Background color when mouse is over
	var HighSubBgColor='#ededed';			// Background color when mouse is over on subs
	var FontLowColor='#96b3e6';			// Font color when mouse is not over
	var FontSubLowColor='#96b3e6';			// Font color subs when mouse is not over
	var FontHighColor='#e6ba93';			// Font color when mouse is over
	var FontSubHighColor='#e6ba93';			// Font color subs when mouse is over
	var BorderColor='#d9d9d9';			// Border color
	var BorderSubColor='#d9d9d9';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;				// 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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=82;				// 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=8;				// Left padding
	var TopPaddng=3;				// 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=200;			// 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='';				// span id for relative positioning
	var HideTop=1;				// 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=0;				// 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","",2,20,72);
	Menu1_1=new Array("Guidance","index.html","",0,20,130);
	Menu1_2=new Array("LemonBayHigh.com","http://www.lemonbayhigh.com","",0);

Menu2=new Array("Power Point","pp.html","",5,20,90);
	Menu2_1=new Array("High School Success","ppHighschoolsuccess.html","",0,20,134);
		Menu2_2=new Array("Parent Orientation","ppParent.html","",2);
			Menu2_2_1=new Array("Eight Grade","ppParent8.html","",0,20,80);
			Menu2_2_2=new Array("Ninth Grade","ppParent9.html","",0,20,80);
	Menu2_3=new Array("10th Grade Registration","pp10threg.html","",0,20);
	Menu2_4=new Array("Parent Career Planning Orientation 2","pdf/Parent Career Planning Orientation 2.ppt","",0,30);
	Menu2_5=new Array("AP Parent Night","ppAPparent.html","",0,20);
	
Menu3=new Array("General Info","","",17,20,90);
	Menu3_1=new Array("Academic Registration","generalAcademic.html","",0,20,170);
	Menu3_2=new Array("Schedule Changes","generalScheduleChanges.html","",0);
	Menu3_3=new Array("Advanced Classes","generalExpectations.html","",0,20);
	Menu3_4=new Array("Junior and Senoir Options","generalOptions.html","",0,20);
	Menu3_5=new Array("Dual Enrollment","generalDual.html","",0,20);
	Menu3_6=new Array("Future Planning","generalPlanning.html","",0,20);
	Menu3_7=new Array("FACTS.org","generalFacts.html","",0,20);
	Menu3_8=new Array("Attendance","generalAttendance.html","",0,20);
	Menu3_9=new Array("Grade Level Classification","generalClassification.html","",0,20);
	Menu3_10=new Array("Grading Scale","generalGrading.html","",0,20);
	Menu3_11=new Array("Class Rank","generalRanks.html","",0,20);
	Menu3_12=new Array("Awards and Diploma","generalAwards.html","",0,20);
	Menu3_13=new Array("Extracurricular Activities","generalActivity.html","",0,20);
	Menu3_14=new Array("Making-Up Credits","generalMakeup.html","",0,20);
	Menu3_15=new Array("Courses Taken Before Ninth","generalBelowNine.html","",0,20);
	Menu3_16=new Array("College Preparation Calendar","pdf/College Preparation.pdf","",0,20);
	Menu3_17=new Array("Bullying Information","bullyingpolicy.html","",0,20);
	
Menu4=new Array("Courses","courses.html","",14);
	Menu4_1=new Array("Fine Arts","coursesFineArts.html","",0,20,168);
	Menu4_2=new Array("Drama","coursesDrama.html","",0);
	Menu4_3=new Array("Music","coursesMusic.html","",0);
	Menu4_4=new Array("Foreign Language","coursesForeignLanguage.html","",0);
	Menu4_5=new Array("Language Arts","coursesLanguageArts.html","",0);
	Menu4_6=new Array("Dual Enroll. Language Arts","coursesDualLanguageArts.html","",0);
	Menu4_7=new Array("Mathematics","coursesMath.html","",0);
	Menu4_8=new Array("Dual Enroll. Math","coursesDualMath.html","",0);
	Menu4_9=new Array("Media","coursesMedia.html","",0);
	Menu4_10=new Array("Physical Education","coursesPhysical.html","",0);
	Menu4_11=new Array("N.J.R.O.T.C.","coursesROTC.html","",0);
	Menu4_12=new Array("Science","coursesScience.html","",0);
	Menu4_13=new Array("Social Studies","coursesSocialStudies.html","",0);
	Menu4_14=new Array("Vocational","coursesVocational.html","",0);

Menu5=new Array("FCAT","fcat.html","",0,20,60);

Menu6=new Array("Graduation","graduation.html","",2);
	Menu6_1=new Array("Standard Diploma","graduationStandardD.html","",0,20,130);
	Menu6_2=new Array("Three Year Diploma","graduation3YearD.html","",0);

Menu7=new Array("Registration","registration.html","",2,20,80);
	Menu7_1=new Array("Forms","registrationForms.html","",0,20,120);
	Menu7_2=new Array("Registrar","registrationRegistrar.html","",0);


Menu8=new Array("Counselors","counselors.html","",5);	
	Menu8_1=new Array("Freshmen 9th","counselorsFreshmen.html","",3,20,155);
					Menu8_1_1=new Array("Students A-G","counselorsBedford.html","",0,20,100);
                  Menu8_1_2=new Array("Students H-N","counselorsDailey.html","",0);
				  Menu8_1_3=new Array("Students O-Z","counselorsPotter.html","",0);
	Menu8_2=new Array("Sophomores 10th","counselorsBedford.html","",0);

	Menu8_3=new Array("Juniors 11th","counselorsDailey.html","",0);
    Menu8_4=new Array("Seniors 12th","counselorsPotter.html","",0);
     
	
	Menu8_5=new Array("Career Counselor 9-12th","counselorsMaryJo.html","",0);


Menu9=new Array("Contact","contact.html","",0,20,64);
