/***********************************************************************************
*	(c) Ger Versluis size0 version 5.411 24 December size1 (updated Jan 31st, size3 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#000066';			// Background color when mouse is not over on subs
	var HighBgColor='#cc3300';			// Background color when mouse is over
	var HighSubBgColor='#cc3300';			// Background color when mouse is over on subs
	var FontLowColor='#000066';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.01;			// vertical overlap child/ parent
	var StartTop=1;				// Menu offset x coordinate
	var StartLeft=3;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=10;			// 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='MenuPos';				// 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=['images/tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height
     
	 if(screen.width>900)
	 {var size=120;var s=20;siz=16;}
	 else
	 {var size=100;var s=16;siz=14;}
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"
//	for new window //javascript:window.open('http://www.skit.ac.in')


Menu1=new Array("Home","default.htm","",0,s,160);
Menu2=new Array("Why SKIT","whyskit.html","",0,s,size)
Menu3=new Array("Institute","","",3,s,size);    
  	Menu3_1=new Array("About Institute","institute.html","",0,siz,size);
	Menu3_2=new Array("Academic council","ac_council.html","",0,siz,size);
    Menu3_3=new Array("Governing council","gov_council.html","",0,siz,size);
	
Menu4=new Array("Academics","","",3,s,size);
	Menu4_1=new Array("UG programme","btech.html","",0,siz,size);	
	Menu4_2=new Array("PG programme","mtech.html","",0,siz,size);
	Menu4_3=new Array("Academic calender","calender.pdf","",0,siz,size);
Menu5=new Array("Faculty","","",2,s,size);
    Menu5_1=new Array("B.Tech Faculty","faculty.html","",0,siz,size);
	Menu5_2=new Array("M.Tech Faculty","mtechfaculty.html","",0,siz,size);
Menu6=new Array("Departments","","",7,s,size);
	Menu6_1=new Array("Computer Science & Engineering","csredirect.html","",0,siz,size);
	Menu6_2=new Array("IT","it.html","",0,siz,size);
    Menu6_3=new Array("E&C","ec.html","",0,siz,size);
	Menu6_4=new Array("Electrical ","ee.html","",0,siz,size);
	Menu6_5=new Array("Mechanical ","me.html","",0,siz,size);
	Menu6_6=new Array("MBA","mba.html","",0,siz,size);
	Menu6_7=new Array("B-Pharmacy","bp.html","",0,siz,size);
Menu7=new Array("Admissions","","",3,s,size);
	Menu7_1=new Array("UG Programme","ug.html","",0,siz,size);
	Menu7_2=new Array("PG Programme","pg.html","",0,siz,size);
	Menu7_3=new Array("Fee Structure","fee.html","",0,siz,size);
Menu8=new Array("Infrastructure","infrastru.html","",0,s,size)
Menu9=new Array("Corporate Interface","corpint.html","",0,s,size)	
Menu10=new Array("Industrial Interaction","iot.html","",0,s,size)
Menu11=new Array("Personlity Enhancement","pe.html","",0,s,size)	
Menu12=new Array("Placements","placements.html","",0,s,size);
Menu13=new Array("SKIT Beyond Education","sbe.html","",0,s,size)
Menu14=new Array("SKIT Group of Colleges","sisterconcern.html","",0,s,size)

