/***********************************************************************************
*	(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='';			// Background color when mouse is not over
	var LowSubBgColor='B2C934';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='054D9C';			// Background color when mouse is over on subs
	var FontLowColor='202F81';			// Font color when mouse is not over
	var FontSubLowColor='000000';			// Font color subs when mouse is not over
	var FontHighColor='5A6A05';			// Font color when mouse is over
	var FontSubHighColor='ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='B2C934';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// 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='left';			// 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=5;				// Menu offset x coordinate
	var StartLeft=4;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=15;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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='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=0				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed
	var Arrws=['images/arrow1.gif',6,10,'images/arrow1.gif',6,10,'images/arrow1.gif',6,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,21,43);
	
Menu2=new Array("SCHOOL PROFILE","profile.html","",2,21,105);
	Menu2_1=new Array("Profile","profile.html","",0,18,150);
	Menu2_2=new Array("Principal’s desk","profile.html#principal","",0);
			
Menu3=new Array("THE EDUCATION","education.html","",3,21,98);
	Menu3_1=new Array("Technology & curriculum","education.html#1","",0,18,180);
	Menu3_2=new Array("Career guidance and counseling","education.html#2","",0);
	Menu3_3=new Array("Co-curricular activities","education.html#3","",0);
	

Menu4=new Array("FACILITIES","facilities.html","",5,21,75);
	Menu4_1=new Array("Library","facilities.html#1","",0,18,150);
	Menu4_2=new Array("Science laboratory","facilities.html#2","",0);
	Menu4_3=new Array("Cycle shed","facilities.html#3","",0);
	Menu4_4=new Array("Canteen","facilities.html#4","",0);
	Menu4_5=new Array("Tuck-shop","facilities.html#5","",0);
	
Menu5=new Array("PROGRAMS","programs.html","",4,21,73);
	Menu5_1=new Array("School sports","programs.html#1","",0,18,200);
	Menu5_2=new Array("School literary meet","programs.html#2","",0);
	Menu5_3=new Array("Study tour and excursions","programs.html#3","",0);
	Menu5_4=new Array("Special Merit Awards & Prizes","award.html","",0);


Menu6=new Array("ADMISSION","admission.html","",5,21,78);
	Menu6_1=new Array("Mode of Admission","admission.html","",0,18,250);
	Menu6_2=new Array("Admission Criteria - High School Section","admission1.html","",0);
	Menu6_3=new Array("Admission Criteria - Higher Secondary Section","admission1.html#secondary","",0);
	Menu6_4=new Array("Subject to be Offered","admission2.html","",0);
	Menu6_5=new Array("Attendence/School Discipline/School Fees","admission2.html#2","",0);
	Menu6_5=new Array("School Uniform","admission2.html#uniform","",0);
	/*Menu6_6=new Array("Rules and Regulations","notes-rules.html#1","",0);
	Menu6_7=new Array("Important notes","notes-rules.html#2","",0);*/
	
	

Menu7=new Array("BOARDING LIFE","boarding.html","",4,21,100);
	Menu7_1=new Array("School boarding (Both Boys and Girls)","boarding.html#1","",0,18,220);
	Menu7_2=new Array("Residence Life","boarding.html#2","",0);
	Menu7_3=new Array("Parents’ Information","boarding.html#3","",0);
	Menu7_4=new Array("Rules and Regulations of the Boarding","boarding.html#4","",0);
	
Menu8=new Array("PHOTO GALLERY","photogallery.html","",0,21,102);

Menu9=new Array("CONTACT US","contact.html","",0,21,100);


