/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#bde081';			// Background color when mouse is not over
	var LowSubBgColor='#bde081';			// Background color when mouse is not over on subs
	var HighBgColor='#bde081';			// Background color when mouse is over
	var HighSubBgColor='#9e3e8a';			// Background color when mouse is over on subs
	var FontLowColor='#47700e';			// Font color when mouse is not over
	var FontSubLowColor='#47700e';			// Font color subs when mouse is not over
	var FontHighColor='#47700e';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma, Verdana, Arial";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=.5;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// 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=2;				// Left padding
	var TopPaddng=5;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=[];	// 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.phtml","/img/green_bar_new.gif",0,21,82);

Menu2=new Array("about","/about/","/img/green_bar_new.gif",11,21,82);
	Menu2_1=new Array("our philosophy","/about/index.phtml","",0,21,125);
	Menu2_2=new Array("schedule","/about/schedule.phtml","",0);
	Menu2_3=new Array("tuition & fees", "/about/tuition.phtml", "",0);
	Menu2_4=new Array("testimonials", "/about/testimonials.phtml", "",0);
	Menu2_5=new Array("health","/about/health.phtml","",0);
	Menu2_6=new Array("safety","/about/safety.phtml","",0);
	Menu2_7=new Array("discipline","/about/discipline.phtml","",0);
	Menu2_8=new Array("parent-teacher","/about/parent.phtml","",0);
	Menu2_9=new Array("facility","/about/facility.phtml","",0);
	Menu2_10=new Array("resources","/resource/","",0);
	Menu2_11=new Array("weekly menu","/menu/","",0);
	
Menu3=new Array("curriculum","/programs/","/img/green_bar_new.gif",7,21,82);
	Menu3_1=new Array("infants","/programs/infants.phtml","",0,21,125);
	Menu3_2=new Array("toddlers", "/programs/toddlers.phtml","",0);
	Menu3_3=new Array("three years", "/programs/threes.phtml","",0);
	Menu3_4=new Array("four years","/programs/fours.phtml","",0);
	Menu3_5=new Array("kindergarten","/programs/kindergarten.phtml","",0);
	Menu3_6=new Array("before & after school","/programs/aftercare.phtml","",0);
	Menu3_7=new Array("all programs","/programs/","",0);

Menu4=new Array("staff","/staff/","/img/green_bar_new.gif",0,21,82);

Menu5=new Array("careers","/career/","/img/green_bar_new.gif",4,21,82);
	Menu5_1=new Array("Current Openings","/career/","",0,21,125);
	Menu5_2=new Array("Job Requirements", "/career/requirements.phtml","",0);
	Menu5_3=new Array("Job Benefits", "/career/requirements.phtml#benefits","",0);
	Menu5_4=new Array("Employment Application", "/career/app.phtml","",0);
	
Menu6=new Array("calendar","/calendar/index.php?location_id=2","/img/green_bar_new.gif",0,21,82);
	
Menu7=new Array("kiddie cams","/video/","/img/green_bar_new.gif",5,21,82);
	Menu7_1=new Array("about kiddie cams","/video/","",0,21,125);
	Menu7_2=new Array("user login","https://www.kidsvision.net/bridges/video/","",0);
	Menu7_3=new Array("password form","/pdfs/KidsVision-PasswordAuthorization.pdf","",0);
	Menu7_4=new Array("video handbook","/pdfs/KidsVision-CameraGuide.pdf","",0);
	Menu7_5=new Array("support","http://www.kidsvision.com/parents/parents_faq.phtml","",0);

Menu8=new Array("facility","/contact/woodsedge.phtml","/img/green_bar_new.gif",0,21,82);		
	
Menu9=new Array("contact","/contact/","/img/green_bar2_new.gif",0,21,82);		