/* kitswgl.org*/
	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#993399';			// Background color when mouse is not over
	var LowSubBgColor='#993399';			// Background color when mouse is not over on subs
	var HighBgColor='lightyellow';			// Background color when mouse is over
	var HighSubBgColor='lightyellow';			// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='yellow';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"//arial comic sans ms,technical"	// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=140;				// 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=3;				// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=0;			// Uses arrow gifs when 1
	var KeepHilite=1;			// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height
        var m1text='About KITS';
	var m2text='Academics';
	var m3text='Faculty Circulars';
	var m4text='Training & Placement';
	var m5text='Examinations';
	var m6text='Students';
	var m7text='Library';
	var m8text='Facilities';
	var m9text='Alumni';
        var m10text='Contact us';

function BeforeStart(){}
function AfterBuild(){}
function BeforeFirstOpen(){}
function AfterCloseAll(){}


// 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,20,140);

//Menu1=new Array("About KITS","","",6,20,60);
Menu1=new Array(m1text.bold(),"","",6,25,110);
	Menu1_1=new Array("Our Mission and Vision","./mission_vision.htm","",0,40,110);
	//Menu1_2=new Array("Our Mission","./mission.htm","",0,20,110);
	Menu1_2=new Array("Society","./society.htm","",0,20,110);
	Menu1_3=new Array("Location","./location.htm","",0,20,110);
	Menu1_4=new Array("Management","./mgmt.htm","",0,20,110);
	Menu1_5=new Array("Mile Stones","./mstones.htm","",0,20,110);
	Menu1_6=new Array("Contact Person","./contacts.htm","",0,20,110);
Menu2=new Array(m2text.bold(),"","",5,25,110);
	Menu2_1=new Array("Departments","./depts.htm","",0,20,110);	
	//Menu2_2=new Array("Admission","./academics/admissions.htm","",0);
	Menu2_2=new Array("M.Tech Almanac","./academics/MTech_Almanac.pdf","",0);
	Menu2_3=new Array("B.Tech Almanac","./academics/BTech_Almanac.pdf","",0);
	Menu2_4=new Array("MCA Almanac","./academics/MCA_Almanac.pdf","",0);
	Menu2_5=new Array("MBA Almanac","./academics/MBA_Almanac.pdf","",0);
	//Menu2_6=new Array("M.Sc Calendar","./academics/MSc_Almanac.pdf","",0);
	//Menu2_4=new Array("Research","./academics/research.htm","",0);
	//Menu2_5=new Array("Conferences","./academics/conferences.htm","",0);
	//Menu2_6=new Array("Consultancy","./academics/consultancy.htm","",0);
Menu3=new Array(m3text.bold(),"","",1,25,110);
	Menu3_1=new Array("Circulars","./Circulars/FacultyCirculars.htm","",0,20,110);
Menu4=new Array(m4text.bold(),"","",11,25,170);
	Menu4_1=new Array("About","./placement/about.htm","",0,20,200);
	Menu4_2=new Array("Activities","./placement/activities.htm","",0,20,200);
	Menu4_3=new Array("Placement Rules","./Placement/prules.htm","",0,20,200);
        Menu4_4=new Array("Facilities","./Placement/facilities.htm","",0,20,200);
	Menu4_5=new Array("Recruiters","./placement/recruiters.htm","",0,20,200);
	Menu4_6=new Array("Placements","./placement/placements.htm","",0,20,200);
	Menu4_7=new Array("Higher Education Cell","./placement/hec.htm","",0,20,200);
	Menu4_8=new Array("JKC","./placement/jkc.htm","",0,20,200);
	Menu4_9=new Array("IEI-AMIE Sec-B Centre","./placement/iei_amie.htm","",0,20,200);
	Menu4_10=new Array("Industry Institute Partnership Cell","./placement/iipc.htm","",0,20,200);
	Menu4_11=new Array("Contact Us","./Placement/contactus.htm","",0,20,200);
Menu5=new Array(m5text.bold(),"","",1,25,130);
	Menu5_1=new Array("Fee Notifications & Exam Time Tables","./ExamTimeTables/ExamDetails.htm","",0,20,220);
Menu6=new Array(m6text.bold(),"","",7,25,110);
	Menu6_1=new Array("College Rules","./students/rules.htm","",0,20,110);
	Menu6_2=new Array("Fee & Other Notifications","./students/notifications.htm","",0,40,110);
	Menu6_3=new Array("CCAC","./students/ccac.htm","",0);
	Menu6_4=new Array("Activities","./students/activities.htm","",0);
//	Menu6_4=new Array("NCC","./students/ncc.htm","",0);
//	Menu6_5=new Array("NSS","./students/nss.htm","",0);
	Menu6_5=new Array("SC/ST Cell","./students/scst.htm","",0);
	Menu6_6=new Array("Student Welfare","./students/swelfare.htm","",0);
	Menu6_7=new Array("Other","./students/other.htm","",0);
Menu7=new Array(m7text.bold(),"","",3,25,120);
	Menu7_1=new Array("Central Library","./Library/centrallib.htm","",0,20,120);
	Menu7_2=new Array("Digital Library","./Library/digitallib.htm","",0,20,120);
	Menu7_3=new Array("Video Conferencing","./Library/videoc.htm","",0,20,120);
Menu8=new Array(m8text.bold(),"","",4,25,80);
	//Menu8_1=new Array("Central Library","./facilities/centrallib.htm","",0,20,120);
	//Menu8_2=new Array("Digital Library","./facilities/digitallib.htm","",0,20,120);
	//Menu8_3=new Array("Video Conferencing","./facilities/videoc.htm","",0,20,120);
	Menu8_1=new Array("Sports","./facilities/sports.htm","",0,20,80);
	Menu8_2=new Array("Internet","./facilities/internet.htm","",0,20,80);
        Menu8_3=new Array("Hostel","./facilities/hostel.htm","",0);
	Menu8_4=new Array("Other","./facilities/other.htm","",0);
Menu9=new Array(m9text.bold(),"","",3,25,80);
	Menu9_1=new Array("About ","./alumni/alumni.htm","",0,20,80);
	//Menu9_2=new Array("Alumni Association","http://www.kitswaa.org","",0,20,80);
	Menu9_2=new Array("Registration","./alumni/register.htm","",0,20,140);
	//Menu7_3=new Array("Search Your Friend","./alumni/alumnireunion.htm","",0,20,80);
	Menu9_3=new Array("Alumni List","./alumni/mdepwise.htm","",0,20,80);
Menu10=new Array(m10text.bold(),"","",9,20,200);
	Menu10_1=new Array("Principal","./contactslist/principal.html","",0,20,200);
	Menu10_2=new Array("Heads of the Departments","./contactslist/hodcontactlist.html","",0,20,200);
	Menu10_3=new Array("Admissions/Educational Verifications","./contactslist/academicver.html","",0,20,200);
        Menu10_4=new Array("Examinations","./contactslist/examcontact.html","",0,20,200);
	Menu10_5=new Array("Training and Placements","./contactslist/tpcontact.html","",0,20,200);
	Menu10_6=new Array("Hostels","./contactslist/wardencontact.html","",0,20,200);
	Menu10_7=new Array("Central Library","./contactslist/librarycontact.html","",0,20,200);
	Menu10_8=new Array("Project Office","./contactslist/pocontact.html","",0,20,200);
	Menu10_9=new Array("Consultancy","./contactslist/consultancycontact.html","",0,20,200);


