	var NoOffFirstLineMenus=16;			// Number of first level items
	var LowBgColor='#1B5289';			// Background color when mouse is not over
	var LowSubBgColor='#1B5289';			// Background color when mouse is not over on subs
	var HighBgColor='#A3B9D0';			// Background color when mouse is over
	var HighSubBgColor='#A3B9D0';			// Background color when mouse is over on subs
	var FontLowColor='#DFE6ED';			// Font color when mouse is not over
	var FontSubLowColor='#DFE6ED';			// Font color subs when mouse is not over
	var FontHighColor='#336699';			// Font color when mouse is over
	var FontSubHighColor='#336699';			// Font color subs when mouse is over
	var BorderColor='#345c88';			// Border color
	var BorderSubColor='#345c88';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="tahoma,arial,comic sans ms,technical"	// 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', '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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=160;				// 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=10;				// Left padding
	var TopPaddng=2;				// 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=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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,6,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// 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("Home Page","index.htm","",0,23,158);

Menu2=new Array("College Information","cinfo.htm","",0,23,158)

Menu3=new Array("Management","#","",4);
	Menu3_1=new Array("Trust History","thrust.htm","",0,23,150);
	Menu3_2=new Array("Trustees List","#","",4,25,150);
		Menu3_2_1=new Array("President","pres.htm","",0,23,150);
		Menu3_2_2=new Array("Secretary","secr.htm","",0,23,150);
		Menu3_2_3=new Array("Treasurer","tres.htm","",0,23,150);
		Menu3_2_4=new Array("Other Members","om.htm","",0,23,150);
	Menu3_3=new Array("Other Institution","oi.htm","",0,23,150);
	Menu3_4=new Array("College Committe","ccommemb.htm","",0,23,150);

Menu4=new Array("Principal","#","",2);
	Menu4_1=new Array("Dr.V.Venkateswaran","pri.htm","",0,23,150);
	Menu4_2=new Array("Previous Principals","#","",4,23,150);
		Menu4_2_1=new Array("Prof. K.Ramadas","pri-1.htm","",0,23,150);
		Menu4_2_2=new Array("Prof. R.V.Ramakrishnan","pri-2.htm","",0,23,150);
		Menu4_2_3=new Array("Prof. S.Palaniappan","pri-3.htm","",0,23,150);
		Menu4_2_4=new Array("Dr. M.Arthanari","pri-4.htm","",0,23,150);

Menu5=new Array("Courses & Fees","#","",8);
	Menu5_1=new Array("UG Programmes","ug.htm","",0,23,150);
	Menu5_2=new Array("PG Programmes","pg.htm","",0,23,150);
	Menu5_3=new Array("M.Phil Programmes","mphil.htm","",0,23,150);
	Menu5_4=new Array("Ph.D Programmes","phd.htm","",0,23,150);
	Menu5_5=new Array("Diploma","dip.htm","",0,23,150);
	Menu5_6=new Array("Certificate","cert.htm","",0,23,150);
	Menu5_7=new Array("College Fees","fees.htm","",0,23,150);
	Menu5_8=new Array("MCA","#","",5,23,150);
		Menu5_8_1=new Array("Mandatory","mandatory.htm","",0,25,150);
		Menu5_8_2=new Array("Facilities","facilities.htm","",0,25,150);
		Menu5_8_3=new Array("Profile","profile.htm","",0,25,150);
		Menu5_8_4=new Array("Workload","workload.htm","new",0,25,150);
		Menu5_8_5=new Array("Syllabus","http://www.erodeartscollege.org/SYLLABUS_09_10.doc","self",0,25,150);
Menu6=new Array("Staff Members","#","",2,23,138);
	Menu6_1=new Array("Teaching","teach.htm","",0,23,150);
	Menu6_2=new Array("Non Teaching","nonteach.htm","",0,23,150);
		
Menu7=new Array("Controller","#","",3);
	Menu7_1=new Array("Staff Members","per.htm","",0,23,200);
	Menu7_2=new Array("Time Table","timetable.htm","",0,23,150);
	Menu7_3=new Array("Results","res.htm","",0,23,150);

Menu8=new Array("Faculties","#","",12);
	Menu8_1=new Array("Maths & Comp Sci","comp.htm","",0,23,150);
	Menu8_2=new Array("Physics","Phy.htm","",0,23,150);
	Menu8_3=new Array("Chemistry","che.htm","",0,23,150);
	Menu8_4=new Array("Zoology","zoology.htm","",0,23,150);
	Menu8_5=new Array("Electronics","ele.htm","",0,23,200);
	Menu8_6=new Array("Economics","econo.htm","",0,23,150);
	Menu8_7=new Array("Corporate Secretary","corsec.htm","",0,23,150);
	Menu8_8=new Array("Commerce","comm.htm","",0,23,150);
	Menu8_9=new Array("Business Management","busi.htm","",0,23,150);
	Menu8_10=new Array("History","his.htm","",0,23,150);
	Menu8_11=new Array("Botany","botany.htm","",0,23,150);
	Menu8_12=new Array("Physical Education","phedu.htm","",0,23,150);


Menu9=new Array("Library","lib.htm","",0,23,138);

Menu10=new Array("Hostel","hostel.htm","",0,23,138);

Menu11=new Array("Sports","sports.htm","",0,23,138);

Menu12=new Array("National Seminars","under.htm","",0,23,138);

Menu13=new Array("MOU Programmes","mou.htm","",0,23,138);

Menu14=new Array("College Union","union.htm","",0,23,138);

Menu15=new Array("Alumini Association","alumni.htm","",0,23,138);

Menu16=new Array("Cocurricular","#","",15);
	Menu16_1=new Array("Placement Cell","place.htm","",0,23,200);
	Menu16_2=new Array("Carrer Guidance","ccc.htm","",0,23,200);
	Menu16_3=new Array("Internet Browsing","internet.htm","",0,23,200);
	Menu16_4=new Array("Bank","bank.htm","",0,23,200);
	Menu16_5=new Array("NCC","ncc.htm","",0,23,200);
	Menu16_6=new Array("NSS","nss.htm","",0,23,200);
	Menu16_7=new Array("YRC","yrc.htm","",0,23,200);
	Menu16_8=new Array("Yoga","yoga.htm","",0,23,200);
	Menu16_9=new Array("Greeners' Club","green.htm","",0,23,200);
	Menu16_10=new Array("ECO Club","eco.htm","",0,23,200);
	Menu16_11=new Array("Enviro Club","enviro.htm","",0,23,200);
	Menu16_12=new Array("Chess Club","chess.htm","",0,23,200);
	Menu16_13=new Array("Students Councelling","stud.htm","",0,23,200);
	Menu16_14=new Array("Guidance for Physically Challenged","ph.htm","",0,30,200);
	Menu16_15=new Array("NAAC Co-ordinator","nacc.htm","",0,30,200);

Menu17=new Array("Extension Activities","under.htm","",0,23,138);