/*	(c) Ger Versluis 2000 version 5 9 October 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#79A57A';			// Background color when mouse is not over
	var LowSubBgColor='#444365';			// Background color when mouse is not over on subs
	var HighBgColor='#79A57A';			// Background color when mouse is over
	var HighSubBgColor='#444365';			// 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='#444365';			// Font color when mouse is over
	var FontSubHighColor='#94C295';			// Font color subs when mouse is over
	var BorderColor='#79A57A';			// Border color
	var BorderSubColor='#79A57A';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=7.5;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='right';			// 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' or 'bottom'
	var ChildOverlap=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.01;			// vertical overlap child/ parent
	var StartTop=232;				// Menu offset x coordinate
	var StartLeft=275;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	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='';				// 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

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bName == "Netscape" && bVer >= 4) br = "n4";
else if (bName == "Netscape" && bVer == 2) br = "n3";
else if (bName == "Netscape" && bVer == 3) br = "n2";
else if (bName == "Microsoft Internet Explorer" && bVer >= 4) br = "e4";    
else if (bName == "Microsoft Internet Explorer" && bVer >= 4) br = "e3";
else br = "n2";

function openNewWindow(fileName,windowName,theWidth,theHeight) {
	if (br == "e4") window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,left=10,top=10,width="+theWidth+",height="+theHeight);
	else if (br == "n4") window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,screenX=10,screenY=10,width="+theWidth+",height="+theHeight);
		else  window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width="+theWidth+",height="+theHeight);
}


// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Registration\u00A0\u00A0\u00A0","Registration.htm","",1,20,130);
	Menu1_1=new Array("Application for Admission\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/APapplication_Final-logo.pdf','newwin',700,700)","",0,20,170);

Menu2=new Array("Our Mission\u00A0\u00A0\u00A0","MissionStatement.htm","",3,20,76);
	Menu2_1=new Array("Statement\u00A0\u00A0\u00A0","MissionStatement.htm","",0,15,110);
	Menu2_2=new Array("Philosophy\u00A0\u00A0\u00A0","Philosophy.htm","",0,15,76);
	Menu2_3=new Array("Differences\u00A0\u00A0\u00A0","MissionDifferences.htm","",0,20,76);

Menu3=new Array("Classes & Curriculum\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/classes-for-website.pdf','newwin',700,700)","",0,20,63);	
/**
	Menu3_1=new Array("Starters (Age 2)\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/Starters.pdf','newwin',700,700)","",0,15,250);	
	Menu3_2=new Array("Junior Learners (Age 3)\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/JrLearner.pdf','newwin',700,700)","",0,15,63);	
	Menu3_3=new Array("Junior Kindergarten/Midstream (Age 4)\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/JrKindergarten-midstream.pdf','newwin',700,700)","",0,15,63);	
	Menu3_4=new Array("Kindergarten and First Grade\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/Kindergarten_FirstGrade.pdf','newwin',700,700)","",0,15,63);	
	Menu3_5=new Array("Kindergarten Explorers\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/KindergartenExplorers.pdf','newwin',700,700)","",0,15,63);	
**/

Menu4=new Array("Our Faculty\u00A0\u00A0\u00A0","OurFaculty.htm","",0,20,63);

Menu5=new Array("Forms & More\u00A0\u00A0\u00A0","","",8,20,63);	
	Menu5_1=new Array("Application\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/APapplication_Final-logo.pdf','newwin',700,700)","",0,15,150);	
	Menu5_2=new Array("School Calendar\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/calendar2009_2010_ol.pdf','newwin',550,700)","",0,15,63);	
	Menu5_3=new Array("Lunch Menu\u00A0\u00A0\u00A0","LunchMenu.htm","",0,15,63);	
	Menu5_4=new Array("Parent Questionnaire\u00A0\u00A0\u00A0","ParentQuestionnaire.htm","",0,15,63);	
	Menu5_5=new Array("Health Forms\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/FormsHealthAlergy.pdf','newwin',550,700)","",2,15,63);	
		Menu5_5_1=new Array("Food Allergy Action Plan\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/FormsHealthAlergy.pdf','newwin',550,700)","",0,15,200);	
		Menu5_5_2=new Array("Universal Child Health Record\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/UniversalChildHealthRecord.pdf','newwin',550,700)","",0,20,63);	
	Menu5_6=new Array("Permission Slips\u00A0\u00A0\u00A0","","",1,15,63);	
		Menu5_6_1=new Array("Field Trip\u00A0\u00A0\u00A0","javascript:openNewWindow('FormsPermissionFieldTrip.htm','newwin',550,700)","",0,20,73);	
	Menu5_7=new Array("Policy Handbook\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/POLICY-HANDBOOK.pdf','newwin',750,600)","",0,20,63);	
	Menu5_8=new Array("Billing Procedure\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/BILLING-PROCEDURES.pdf','newwin',900,800)","",0,20,63);	

Menu6=new Array("Enrichment\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/AP-EnrichmentPrograms_pg3.pdf','newwin',900,800)","",0,20,63);	

Menu7=new Array("Health And Wellness\u00A0\u00A0\u00A0","","",5,20,63);	
	Menu7_1=new Array("School Health Policy\u00A0\u00A0\u00A0","SchoolHealthPolicy.htm","",0,15,225);	
	Menu7_2=new Array("Procedure For Medicating Students\u00A0\u00A0\u00A0","MedicatingStudents.htm","",0,15,63);	
	Menu7_3=new Array("Yearly Physical Form\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/YearlyPhysical.pdf','newwin',550,700)","",0,15,63);	
	Menu7_4=new Array("Food Allergy Care Plan\u00A0\u00A0\u00A0","javascript:openNewWindow('pdfs/FormsHealthAlergy.pdf','newwin',550,700)","",0,15,63);	
	Menu7_5=new Array("Stand for Wellness Program\u00A0\u00A0\u00A0","StandWellness.htm","",0,20,63);	

Menu8=new Array("Testimonials\u00A0\u00A0\u00A0","Testimonials.htm","",0,20,63);	

Menu9=new Array("Directions\u00A0\u00A0\u00A0","Directions.htm","",0,20,63);	

Menu10=new Array("The Atlantic Club\u00A0\u00A0\u00A0","","",2,20,63);
	Menu10=new Array("The Atlantic Club\u00A0\u00A0\u00A0","javascript:openNewWindow('http://theatlanticclub.com/','newwin',800,700)","",2,20,63);	
	Menu10_1=new Array("The Spa\u00A0\u00A0\u00A0","javascript:openNewWindow('http://milagrospa.com/','newwin',800,700)","",0,15,125);	
	Menu10_2=new Array("The Field House\u00A0\u00A0\u00A0","javascript:openNewWindow('http://atlanticclubnews.com/kids/fitclub.html','newwin',800,700)","",0,15,63);	

Menu11=new Array("Contact Us\u00A0\u00A0\u00A0","ContactUs.htm","",0,20,63);	

Menu12=new Array("Home\u00A0\u00A0\u00A0","index.htm","",0,20,73);
