	var NoOffFirstLineMenus=8;		// Number of first level items


	var LowBgColor='#da6052';			// Background color when mouse is not over
	var LowSubBgColor='silver';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='#666666';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0

	var FontFamily="Arial,Arial, Helvetica"		// Font family menu items
	var FontSize=10;				// 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', 'left' or 'right'
	var MenuCentered='left';			// 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=120 ;				// Menu offset x coordinate
	var StartLeft=60;				// 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=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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='Frame3';			// Frame where first level appears
	var SecLineFrame='Frame3';			// Frame where sub levels appear
	var DocTargetFrame='Frame1';			// 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("Home","index.htm","",0,23,50);
	
Menu2=new Array("About SRCEM","","",2,23,100);
	//Menu2_1=new Array("The College","aboutus.htm","",0,20,150);
	Menu2_1=new Array("College Campus","collegecampus.htm","",0,20,150);
	Menu2_2=new Array("Vision & Mission","visionmission.htm","",0,20,150);
		
Menu3=new Array("About Management","","",7,23,150);
	Menu3_1=new Array("Chairman's Message","chairman_msg.htm","",0,20,190);
	Menu3_2=new Array("Vice Chairman's Message","vice_chairman_msg.htm","",0,20,190);
	Menu3_3=new Array("General Secretary's Message","gen_secretary_msg.htm","",0,20,190);
	Menu3_4=new Array("Director's Message","director_msg.htm","",0,20,190);
	Menu3_5=new Array("Board of Governors","boardofgovernors.htm","",0,20,190);
	Menu3_6=new Array("Advisiory Board","advisoryboard.htm","",0,20,190);
	Menu3_7=new Array("Administrative Officials","administrative.htm","",0,20,190);

Menu4=new Array("Admission Procedure","","",5,23,160);
	Menu4_1=new Array("Courses Offered","course.htm","",0,20,160);
	Menu4_2=new Array("Eligibility Criteria","eligibility.htm","",0,20,160);
	Menu4_3=new Array("Fee Structure","fees.htm","",0,20,160);
	Menu4_4=new Array("General Rules","rules.htm","",0,20,160);
	Menu4_5=new Array("Discipline","discipline.htm","",0,20,160);
		
Menu5=new Array("Infrastructure",  "","",5,23,100);
	Menu5_1=new Array("Laboratories","labs.htm","",0,20,100);
	Menu5_2=new Array("Library","library.htm","",0,20,100);
	Menu5_3=new Array("Hostels & Mess","hostel.htm","",0,20,100);
	Menu5_4=new Array("Food Court","foodcourt.htm","",0,20,100);
	Menu5_5=new Array("Transportation","transport.htm","",0,20,100);
	
Menu6=new Array("Our Pride","","",4,23,90);
	Menu6_1=new Array("Our Faculty","faculty.htm","",0,23,120);
	Menu6_2=new Array("Achievements","achievements.htm","",0,23,120);
	Menu6_3=new Array("Events","event.htm","",0,23,120);
	Menu6_4=new Array("Projects & Scholars","projectscholars.htm","",0,40,120);
		
Menu7=new Array("Mandatory Disclosure","disclosure.htm","",0,23,160);

Menu8=new Array("Contact Us","contact.htm","",0,23,100);

	
	




	

