/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*



*	You may remove all comments for faster loading	*/		







	var NoOffFirstLineMenus=8;			// Number of first level items



	var LowBgColor='#0066cc';			// Background color when mouse is not over



	var LowSubBgColor='#ffa647';		// Background color when mouse is not over on subs



	var HighBgColor='#ffa647';		// Background color when mouse is over



	var HighSubBgColor='#69a2dd';		// 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 overn mouse is over



	var BorderColor='black';			// Border color



	var BorderSubColor='black';			// Border color for subs



	var BorderWidth=1;				// Border width



	var BorderBtwnElmnts=1;			// Border between elements 1 or 0



	var FontFamily="Thoma,Verdana,Arial,Helvetica"		// 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', 'left' or 'right'



	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'



	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'



	var ChildOverlap=.2;			// horizontal overlap child/ parent



	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent



	var StartTop=122;				// 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=5;				// Left padding



	var TopPaddng=3;				// Top padding



	var FirstLineHorizontal=1;			// 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 Us","aboutus.htm","",0,20,80);


Menu2=new Array("Administration ","","",5,20,110);

Menu2_1=new Array("Chancellor","chancellor.htm","",0,20,180);

Menu2_2=new Array("Pro-chancellor","prochancellor.htm","",0,20,180);

Menu2_3=new Array("Vice-Chancellor","vicechancellor.htm","",0,20,180);


Menu2_4=new Array("Authorities","","",3,20,180);

Menu2_4_1=new Array("Syndicate","syndicate.htm","",0,20,180);

Menu2_4_2=new Array("Academic Council","ac-council.htm","",0,20,180);

Menu2_4_3=new Array("Finance Committee","fin-committee.htm","",0,20,180);

Menu2_5=new Array("Officers of the University","officers.htm","",0,40,180);



Menu3=new Array("Admissions","","",3,20,100);

Menu3_1=new Array("Admission Rules","admiss1.htm","",0,20,150);

Menu3_2=new Array("Prospectus","pgadm-2010n.htm","",0,20,150);

Menu3_3=new Array("Entrance Exams","entrance.htm","",0,20,150);



Menu4=new Array("Research","","",3,20,80);

Menu4_1=new Array("Ph.D & M.Phil Programmes","research.htm","",0,20,200);

Menu4_2=new Array("Institutions Recognised as Research Centres.","research-centres.htm","",0,40,200);

Menu4_3=new Array("List of Research Guides","research-guide.htm","",0,20,200);



Menu5=new Array("Examinations","","",3,20,110);

Menu5_1=new Array("Calendar","calendar.htm","",0,20,160);

Menu5_2=new Array("Results","http://192.168.1.100:8082/kuvempu/resultlogin.jsp","",0,20,160);

Menu5_3=new Array("Convocation ","convocation.htm","",0,20,160);



Menu6=new Array("Library","","",9,20,65);

Menu6_1=new Array("About Library","library.htm","",0,20,130);

Menu6_2=new Array("E-Journals","ej08/lib-ej-alp-a.htm","",0,20,130);

Menu6_3=new Array("E-Resources","lib-eres.htm","",0,20,130);

Menu6_4=new Array("E-Databases","lib-edbase.htm","",0,20,130);

Menu6_5=new Array("E-Books ","lib-ebooks.htm","",0,20,130);

Menu6_6=new Array("Services","lib-services.htm","",0,20,130);

Menu6_7=new Array("Publications","lib-publc.htm","",0,20,130);

Menu6_8=new Array("Training Programmes","lib-training.htm","",0,40,130);

Menu6_9=new Array("Virtual Library ","lib-virtual.htm","",0,20,130);


Menu7=new Array("Correspondence Courses","dccku.htm","",0,20,170);


Menu8=new Array("Home","index.html","",0,20,60);

















	



