/***********************************************************************************
*	(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=11;			// Number of first level items
	var LowBgColor='#D2E4FC';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='6699CF';			// Background color when mouse is over
	var HighSubBgColor='77A3D0';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='336699';			// Border color
	var BorderSubColor='336699';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			        // Border between elements 1 or 0
	var FontFamily="verdana, arial, helvetica"	// 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='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 (.2)
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent (.2)
	var StartTop=135;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate (147)
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;		        	// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;				// delay before menu folds (1800)
	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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['prev.gif',7,7,'tridown.gif',7,7,'trileft.gif',5,18];	// 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("About","","",5,18, 70);
	Menu1_1=new Array("History","history1.htm","img/prev.gif",0,18, 140);	
	Menu1_2=new Array("Strengths","strength.htm","",0,18, 140);
	Menu1_3=new Array("Infrastructure & Labs","infrastructure_labs.htm","",0,18, 140);
	Menu1_4=new Array("Governance","../../AdminWeb/DEI-Administration.htm","",0,18, 140);
	Menu1_5=new Array("Photo Gallery","Photo_Gallery.htm","",0,18, 140);

Menu2=new Array("Programmes","","",6,18,100);
	Menu2_1=new Array("UG Programmes","ugprogrammes.htm","",0,18, 140);
 	Menu2_2=new Array("UG Curriculum","Curriculum.htm","",0,18, 140);
	Menu2_3=new Array("PG Programmes","pgprogrammes.htm","",0,18, 140);
	Menu2_4=new Array("Doctoral Programmes","dpprogrammes.htm","",0,18, 140);
	Menu2_5=new Array("Integrated Programmes","Integ_programs.html","",0,18, 140);
	Menu2_6=new Array("Evaluation System","../../StudentsWeb/New-Evaluaion-System.htm","",0,18, 140);
 	Menu2_7=new Array("Academic Calendar","acad_cal.htm","",0,18, 140);

Menu3=new Array("Admissions","../../Admissions/DEI-Applying.htm","",3,18,80);
	Menu3_1=new Array("Eligibility","../../Admissions/Eligibility.htm","",0,18, 140);
	Menu3_2=new Array("How to Apply","../../Admissions/HowToApply.htm","",0,18, 140);
	Menu3_3=new Array("Procedure","../../Admissions/Admission Procedure.htm","",0,18, 140);


Menu4=new Array("Departments","","",2,18,100);
	Menu4_1=new Array("Electrical Engg.","ElectricalDept.htm","",0,18, 140);
	Menu4_2=new Array("Mechanical Engg.","MechanicalDept.htm","",0,18, 140);
	

Menu5=new Array("Faculty","","",2,18,80);
	Menu5_1=new Array("Members","faculty.htm","",0,18, 140);
	Menu5_2=new Array("Achivements","faculty_achievements.htm","",0,18, 140);

Menu6=new Array("Placement","","",2,18,90);
	Menu6_1=new Array("Training & Placement Cell","training_placement.htm","",0,18, 160);
	Menu6_2=new Array("Alumni","../../AlumniWeb/DEI-Alumni-Network.htm","",0,18, 160);

Menu7=new Array("Students","","",3,18,80);
	Menu7_1=new Array("Incentive to Students","Incentives.htm","",0,18, 140);
	Menu7_2=new Array("Student's Achivements","studentsachievements.htm","",0,18, 140);
	Menu7_3=new Array("IE Student's Chapter","StudentsChapter.htm","",0,18, 140);

Menu8=new Array("Research","","",4,18,80);
	Menu8_1=new Array("Research Areas","research_areas.htm","",0,18, 140);
	Menu8_2=new Array("R&D Projects","rdprojects.htm","",0,18, 140);
	Menu8_3=new Array("Publications","publications2.html","",0,18, 140);
	Menu8_4=new Array("Collaborations","collaborations1.htm","",0,18, 140);

Menu9=new Array("Industry Interaction","","",1,18,140);
	Menu9_1=new Array("IIPC","iipc.htm","",0,18, 140);

Menu10=new Array("Events","","",1,18,80);
	Menu10_1=new Array("Seminars/Conferences","seminars_conferences.htm","",0,18, 140);

Menu11=new Array("AICTE","","",1,18,71);
	Menu11_1=new Array("Madatory Disclosure","mandotory_disclo_06.pdf","",0,18, 140);
