var NoOffFirstLineMenus=6;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
var LowBgColor="#F2F2F2";			// Background color when mouse is not over
	var HighBgColor="#000066";			// Background color when mouse is over
	var FontLowColor="#ff0000";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#660099";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=0;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=0;			// Border between elements sub items 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="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=62;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=5;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	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;			// 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 UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref=document.location.href.substring(0,document.location.href.lastIndexOf("/") +1);
					//"file:///G|/dw_sites/jiva_new/"				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"m_images/tri.gif",3,6,BaseHref+"m_images/tridown.gif",6,3,BaseHref+"m_images/trileft.gif",3,6,BaseHref+"m_images/triup.gif",6,3];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=90)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Events & News","news.htm","",0,18,125,"white","","","","","",8,1,-1,"center","");
	
Menu2=new Array("Academics","","",6,18,120,"white","","","","","",8,1,-1,"center","");
	
	
	Menu2_1=new Array("Courses","courses.htm","",8,18,140,"","","","","","",8,-1,-1,"","");
		Menu2_1_1=new Array("Undergraduate courses","undergraduatecouses.htm","",11,18,160,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_1=new Array("B.A.- Economics","ba_economics.htm","",0,18,160,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_2=new Array("B.A.- English Literature","ba_english.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_3=new Array("B.Sc. - Mathematics","bsc_maths.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_4=new Array("B.Sc. - Zoology","bsc_zoology.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_5=new Array("B.Sc. - Botany","bsc_botany.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_6=new Array("B.Sc. - Physics","bsc_physics.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_7=new Array("B.Sc. - Chemistry","bsc_chemistry.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_8=new Array("B.Sc. - Aquaculture","bsc_aquaculture.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_9=new Array("B.Sc. - Industrial Fish and Fisheries","bsc_ind_fisheries.htm","",0,30,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_10=new Array("B.Sc. - Vocational Chemistry","bsc_voc_chem.htm","",0,30,150,"","","","","","",8,-1,-1,"","");
			Menu2_1_1_11=new Array("&nbspB.Com<br>(Bachelor of Commerce)","bcom.htm","",0,30,150,"","","","","","",8,-1,-1,"","");
		
	
	Menu2_1_2=new Array("Postgraduate courses","postgraduate.htm","",8,18,130,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_1=new Array("M.Sc. in Zoology with specialisation in Medical Microbiology ","msc_zool.htm","",0,30,230,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_2=new Array("M.Sc. in Applied Fisheries and Aquaculture","msc_aqua.htm","",0,30,230,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_3=new Array("M.Sc. in Chemistry","msc_chem.htm","",0,18,230,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_4=new Array("M.Sc. in Physics with specialisation in Computer Science","msc_phys.htm","",0,30,230,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_5=new Array("M.Sc. in Botany with specialisation in Plant Biotechnology","msc_bot.htm","",0,30,230,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_6=new Array("M.Sc. in Mathematics with specialisation in Computer Programming","msc_maths.htm","",0,30,230,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_7=new Array("M.Com. (Master of  Commerce with specialisation in Financial Management)","mcom.htm","",0,30,230,"","","","","","",8,-1,-1,"","");
			Menu2_1_2_8=new Array("M. A. in English Language<br>and Literature","ma_english.htm","",0,30,230,"","","","","","",8,-1,-1,"","");
			
		Menu2_1_3=new Array("Career- oriented add-on courses (3 year diploma)","career_oriented.htm","",4,30,130,"","","","","","",8,-1,-1,"","");
			Menu2_1_3_1=new Array("Corporate Communication and Documentation","corporate_com_and_documentation.htm","",0,30,160,"","","","","","",8,-1,-1,"","");
			Menu2_1_3_2=new Array("Actuarial Sciences","actuarial_sciences.htm","",0,18,130,"","","","","","",8,-1,-1,"","");
			Menu2_1_3_3=new Array("Media and Film Studies","media_and_film.htm","",0,18,130,"","","","","","",8,-1,-1,"","");
			Menu2_1_3_4=new Array("Cambridge University - Business English Certificate","bec.htm","",0,40,130,"","","","","","",8,-1,-1,"","");
		
		
		Menu2_1_4=new Array("Computer Courses","computercourses.htm","",0,18,130,"","","","","","",8,-1,-1,"","");
			//Menu2_1_4_1=new Array("6 Months Certificate program in Computer Application","","",0,30,200,"","","","","","",8,-1,-1,"","");
			//Menu2_1_4_2=new Array("9 Months Diploma in Computer Application","","",0,30,200,"","","","","","",8,-1,-1,"","");
			//Menu2_1_4_3=new Array("6 Months Advanced Diploma in in Computer Application","","",0,30,200,"","","","","","",8,-1,-1,"","");
			//Menu2_1_4_4=new Array("8 Months Postgraduate Diploma in in Computer Application","","",0,30,200,"","","","","","",8,-1,-1,"","");
		
		
	Menu2_1_5=new Array("Chartered Accountancy Courses","","",2,30,130,"","","","","","",8,-1,-1,"","");
		Menu2_1_5_1=new Array("CA Professional Education I ","chartered_ac.htm","",0,30,130,"","","","","","",8,-1,-1,"","");
		Menu2_1_5_2=new Array("CA Professional Education II","chartered_ac_2.htm","",0,30,130,"","","","","","",8,-1,-1,"","");
	
	
	Menu2_1_6=new Array("Soft Skill developent","","",2,18,150,"","","","","","",8,-1,-1,"","");
		Menu2_1_6_1=new Array("Finishing Courses","finishing_courses.htm","",0,18,130,"","","","","","",8,-1,-1,"","");
		Menu2_1_6_2=new Array("Mentor Systems","mentor.htm","",0,18,130,"","","","","","",8,-1,-1,"","");
	
	Menu2_1_7=new Array("Off-Campus Study Centre courses","offcampus.htm","",6,30,150,"","","","","","",8,-1,-1,"","");
		Menu2_1_7_1=new Array("M.C.A. (Master of Computer Applications)","offcampus.htm#mca","",0,18,250,"","","","","","",8,-1,-1,"","");
		Menu2_1_7_2=new Array("B.Com.(Bachelor of Commerce)","offcampus.htm#bcom","",0,18,220,"","","","","","",8,-1,-1,"","");
		Menu2_1_7_3=new Array("M.Com.(Master of Commerce)","offcampus.htm#mcom","",0,18,150,"","","","","","",8,-1,-1,"","");
		Menu2_1_7_4=new Array("M.A.- English (Master of Arts)","offcampus.htm#eng","",0,18,150,"","","","","","",8,-1,-1,"","");
		Menu2_1_7_5=new Array("M.Sc. - Mathematics","offcampus.htm#maths","",0,18,150,"","","","","","",8,-1,-1,"","");
		Menu2_1_7_6=new Array("B.L.I.Sc. (Bachelor of Library & Information Science)","offcampus.htm#blib","",0,30,150,"","","","","","",8,-1,-1,"","");
	
		Menu2_1_8=new Array("Distance Education programmes of  IGNOU","ignou.htm","",0,30,150,"","","","","","",8,-1,-1,"","");
	
	
	Menu2_2=new Array("Admissions","","",2,18,120,"","","","","","",8,-1,-1,"","");
		Menu2_2_1=new Array("Rules of Admission","rulesofadmission.htm","",0,18,120,"","","","","","",8,-1,-1,"","");
		Menu2_2_2=new Array("Application Forms","application_forms.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		
	Menu2_3=new Array("Faculty","faculty.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
	
	Menu2_4=new Array("Research programmes (Ph.D.)","researchprogrammes.htm","",0,30,130,"","","","","","",8,-1,-1,"","");
		//Menu2_4_1=new Array("Commerce","","",0,18,100,"","","","","","",8,-1,-1,"","");
		//Menu2_4_2=new Array("Mathematics","","",0,18,100,"","","","","","",8,-1,-1,"","");
		//Menu2_4_3=new Array("Chemistry","","",0,18,100,"","","","","","",8,-1,-1,"","");
		//Menu2_4_4=new Array("Zoology","","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu2_4_5=new Array("Botany","","",0,18,100,"","","","","","",8,-1,-1,"","");
	
	Menu2_5=new Array("Consultancy","consultancy.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
	Menu2_6=new Array("Extension Activties","extension_activities.htm","",0,18,150,"","","","","","",8,-1,-1,"","");
	

Menu3=new Array("Recreation","","",2,18,120,"white","","","","","",8,1,-1,"center","");
	Menu3_1=new Array("Clubs and Associations","clubs.htm","",0,30,120,"","","","","","",8,-1,-1,"","");
	Menu3_2=new Array("Social Activities","social_activities.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	
Menu4=new Array("Facilities","","",9,18,120,"white","","","","","",8,1,-1,"center","");
	Menu4_1=new Array("Library","library.htm","",0,18,120,"","","","","","",8,-1,-1,"","");
	Menu4_2=new Array("Science Labs","science_lab.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu4_3=new Array("Computer Labs","computer_lab.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu4_4=new Array("Bioscience Complex","bio_science.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu4_5=new Array("Aquaculture Farm","farm.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu4_6=new Array("Sports Facilities","sports_facilities.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu4_7=new Array("Placement cell","placementcell.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu4_8=new Array("Scholarships And Endowments","scholarships.htm","",0,30,100,"","","","","","",8,-1,-1,"","");
	Menu4_9=new Array("Student Amenities","amenities.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		
Menu5=new Array("Departments","","",4,18,130,"white","","","","","",8,1,-1,"center","");
	Menu5_1=new Array("Humanites","","",4,18,130,"","","","","","",8,-1,-1,"","");
		Menu5_1_1=new Array("English","dep_english.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_1_2=new Array("Hindi","dep_hindi.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_1_3=new Array("Malayalam","dep_malayalam.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_1_4=new Array("Economics","dep_economics.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu5_2=new Array("Science","","",6,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_2_1=new Array("Aquaculture","dep_aquaculture.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_2_2=new Array("Botany","dep_botany.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_2_3=new Array("Chemistry","dep_chemistry.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_2_4=new Array("Mathematics","dep_maths.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_2_5=new Array("Physics","dep_physics.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
		Menu5_2_6=new Array("Zoology","dep_zoology.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu5_3=new Array("Commerce","dep_commerce.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu5_4=new Array("Physical Education","dep_pe.htm","",0,18,100,"","","","","","",8,-1,-1,"","");


Menu6=new Array("About the college","","",16,18,145,"white","","","","","",8,1,-1,"center","");
	Menu6_1=new Array("Facts","facts.htm","",0,18,145,"","","","","","",8,-1,-1,"","");
	Menu6_2=new Array("Mission and Vision","mission.htm","",0,18,145,"","","","","","",8,-1,-1,"","");
	Menu6_3=new Array("Administration","administration.htm","",0,18,143,"","","","","","",8,-1,-1,"","");
	Menu6_4=new Array("College Council","college_council.htm","",0,18,143,"","","","","","",8,-1,-1,"","");
	Menu6_5=new Array("Administrative Staff","admin_staff.htm","",0,18,143,"","","","","","",8,-1,-1,"","");
	Menu6_6=new Array("History","history.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_7=new Array("Milestones","milestones.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_8=new Array("Former Administrators","former_administraters.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_9=new Array("Saint Albert<br>-Our Patron Saint","saintalbert.htm","",0,30,100,"","","","","","",8,-1,-1,"","");
	Menu6_10=new Array("Coat of Arms","coat_of_arms.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_11=new Array("College Anthem","collegeanthem.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_12=new Array("Parent Teacher Association","pta.htm","",0,30,100,"","","","","","",8,-1,-1,"","");
	Menu6_13=new Array("Alumni News","alumni.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_14=new Array("Jobs","jobs.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_15=new Array("Links","links.htm","",0,18,100,"","","","","","",8,-1,-1,"","");
	Menu6_16=new Array("City of Cochin","cochin.htm","",0,18,100,"","","","","","",8,-1,-1,"","");