/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	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='#9EFF6F';			// Background color when mouse is not over
	var LowSubBgColor='#9EFF6F';		// Background color when mouse is not over on subs
	var HighBgColor='#424242';			// Background color when mouse is over
	var HighSubBgColor='#424242';		// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='3a3a3a';		// Font color subs when mouse is not over
	var FontHighColor='#FFC63C';		// Font color when mouse is over
	var FontSubHighColor='FFC63C';		// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';		// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial"				// Font family menu items
	var FontSize=8;						// 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=60;					// Menu offset x coordinate
	var StartLeft=-33;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=4;					// Left padding
	var TopPaddng=2;					// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame=0;				// Frame where first level appears
	var SecLineFrame=0;					// Frame where sub levels appear
	var DocTargetFrame='';				// 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
	var ShowArrow=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['images/arr_white_2.gif',7,7,'images/',7,7,'images/arr_white_2.gif',7,7];	// 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("rollover:images/new_05.jpg:images/new_05.jpg","aboutus.htm","",1,23,70);
	Menu1_1=new Array("Organization Profile","organization.htm","",0,20,160)		

Menu2=new Array("rollover:images/school.jpg:images/school.jpg","schoolfacility.htm","",0,23,66);
Menu3=new Array("rollover:images/hostel.jpg:images/hostel.jpg","hostelfacility.htm","",0,23,48);

Menu4=new Array("rollover:images/new_07.jpg:images/new_07.jpg","feesstructure.htm","",1,23,88);
Menu4_1=new Array("New Admission","admission.htm","",0,20,110);

Menu5=new Array("rollover:images/new_08.jpg:images/new_08.jpg","academic.htm","",3,23,105);
Menu5_1=new Array("Rules & Regulations","#","",2,20,130);
	Menu5_1_1=new Array("School","rules_school.htm","",0,20,65);
	Menu5_1_2=new Array("Hostel","rules_school.htm","",0,20,65);
Menu5_2=new Array("Recommendations","recommendations.htm","",0,20,130);
Menu5_3=new Array("House System","house_system.htm","",0,20,130);

Menu6=new Array("rollover:images/new_09.jpg:images/new_09.jpg","examination.htm","",0,23,120);

Menu7=new Array("rollover:images/new_10.jpg:images/new_10.jpg","#.htm","",2,23,78);
	Menu7_1=new Array("Co-Curricular Activities","co-curricular.htm","",0,20,150);
	Menu7_2=new Array("International Trip","foreigntrip.htm","",0,20,150);

Menu8=new Array("rollover:images/new_11.jpg:images/new_11.jpg","#","",2,23,62);
Menu8_1=new Array("English","download_eng.htm","",0,20,65);
	Menu8_2=new Array("Gujarati","download_guj.htm","",0,20,65);

Menu9=new Array("rollover:images/new_12.jpg:images/new_12.jpg","#","",2,23,77);
	Menu9_1=new Array("Contact Details","contactus.htm","",0,20,90);
	Menu9_2=new Array("Feedback","feedback.asp","",0,20,90);