	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#ff9933';			// Background color when mouse is not over
	var LowSubBgColor='#ff9933';			// Background color when mouse is not over on subs
	var HighBgColor='#ffff00';			// Background color when mouse is over
	var HighSubBgColor='#ffff33';			// 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='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#336633';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=3;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, sans serif"	// Font family menu items
	var FontSize=9;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=-.03;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=137;				// Menu offset x coordinate
	var StartLeft=30;				// 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=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='';				// DIV id for relative positioning (refer to config.htm for info)
	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}

// 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 SHS","about.htm","",7,20,165);
	Menu1_1=new Array("The SHS Advantage","about.htm","",0,20,137);
	Menu1_2=new Array("History","about.htm#history","",0);
	Menu1_3=new Array("Our Mission","about.htm#om","",0);
	Menu1_4=new Array("Our Vision","about.htm#ov","",0);
	Menu1_5=new Array("School Activities","activities.htm","",0);
	Menu1_6=new Array("School Facilities","about.htm#facilities","",0);
	Menu1_7=new Array("Admissions","admissions.htm","",0);

Menu2=new Array("Our Curriculum","curriculum.htm","",2);
	Menu2_1=new Array("Pre-school","curriculum.htm","",0,20,120);
	Menu2_2=new Array("Elementary","curriculum.htm#elem","",0);
//	Menu2_3=new Array("Kumon Learning","kumon.htm","",0);

Menu3=new Array("Other Services","othrservices.htm","",4,20,164);
	Menu3_1=new Array("Playcenter / Day-care","othrservices.htm","",0,20,160);
	Menu3_2=new Array("Afternoon Activities","othrservices.htm#aa","",0);
	Menu3_3=new Array("Tutorials","othrservices.htm#tutor","",0);
//	Menu3_4=new Array("Kumon Learning","kumon.htm","",0);
	Menu3_4=new Array("Summer Workshops","sservices.htm","",0);
	
	
	
//	Menu3_6=new Array("SHS Kiddie Club","club.htm","",0);

//Menu4=new Array("Special Events","events.htm","",0);

//Menu5=new Array("Bunny Chronicle","bc1.htm","",0);

Menu4=new Array("Branches","branches.htm","",5);
	Menu4_1=new Array("Malabon","malabon.htm","",0,20,145);
	//Menu4_2=new Array("San Lorenzo","sanlo.htm","",0);
	//Menu4_3=new Array("Shangri-La","shang.htm","",0);
	//Menu4_3=new Array("Forbes","forbes.htm","",0);
	Menu4_2=new Array("Tagaytay Highlands","hlands.htm","",0,20,180);
	//Menu4_6=new Array("Bacolod","bacolod.htm","",0);
	Menu4_3=new Array("Sun Valley","sunval.htm","",0);
	//Menu4_5=new Array("De la Rosa","dlrosa.htm","",0);
	Menu4_4=new Array("Glorietta","glorietta.htm","",0);
	//Menu4_10=new Array("Cebu","cebu.htm","",0);
	//Menu4_9=new Array("Caloocan","caloocan.htm","",0);
	//Menu4_7=new Array("Greenhills","ortigas.htm","",0);
	Menu4_5=new Array("Binondo","binondo.htm","",0);
	//Menu4_9=new Array("The Fort","fort.htm","",0);

Menu5=new Array("Franchise Information","franchise.htm","",4);
	Menu5_1=new Array("Our Commitment","franchise.htm","",0,20,130);
	Menu5_2=new Array("We Seek Partners","franchise2.htm","",0,20,130);
	Menu5_3=new Array("Franchise Support","franchise2.htm#support","",0);
	Menu5_4=new Array("Contact Us","franchise2.htm#contact","",0);
	

Menu6=new Array("Contact Us","contact.htm","",0);

Menu7=new Array("Home","index.html","",0);
	

	




	



//Menu8=new Array("SHS Kiddie Club","club.htm","",2);
//Menu8_1=new Array("Benefits","club.htm","",0,20,120);
//Menu8_2=new Array("Membership","club.htm#membership","",0);
	

	

	

