

	var NoOffFirstLineMenus=11;			// Number of first level items

	var LowBgColor='D4E5FF';			// Background color when mouse is not over

	var LowSubBgColor='D4E5FF';			// Background color when mouse is not over on subs

	var HighBgColor='80B5FC';			// Background color when mouse is over

	var HighSubBgColor='80B5FC';			// 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='black';			// Font color when mouse is over

	var FontSubHighColor='black';			// Font color subs when mouse is over

	var BorderColor='D4E5FF';			// Border color

	var BorderSubColor='D4E5FF';			// Border color for subs

	var BorderWidth=1;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="Verdana"	// Font family menu items

	var FontSize=9;				// 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=15;				// 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=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=100;			// 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=['image/tri.gif',5,10,'tridown.gif',10,5,'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"

function NewWindow(mypage, myname, w, h, scroll, menu)
{
    var winl = (screen.width - w) / 2;
    var wint = (screen.height - h) / 2;
    winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';
    if (menu == 1)
    {
        winprops = winprops + ',menubar=yes,toolbar=yes,statusbar=yes,location=yes,personalbar=yes';
    }
    win = window.open(mypage, myname, winprops);
    if (parseInt(navigator.appVersion) >= 4)
    {
        win.window.focus();
    }
}


Menu1=new Array("Message","","",2,20,160);
	Menu1_1=new Array("From Trust","/message.html","",0,20,200);
	Menu1_2=new Array("Principal","/pdesk.html","",0,20,200);

Menu2=new Array("Courses","","",6,20,105);

	Menu2_1=new Array("Research-Ph.D","","",2,20,200);
		Menu2_1_1=new Array("Tamil","/tamildept/phdtamil.html","",0,20,200);
		Menu2_1_2=new Array("Commerce","/commercedept/phdcommerce.html","",0);
	
	Menu2_2=new Array("Research - M.Phil","","",8);
		Menu2_2_1=new Array("Tamil","/tamildept/mphiltamil.html","",0,20,200);
		Menu2_2_2=new Array("Commerce","/commercedept/mphilcommerce.html","",0,20,200);
		Menu2_2_3=new Array("English","/englishdept/mphilenglish.html","",0,20,200);
		Menu2_2_4=new Array("Mathematics","/mathsdept/mphilmaths.html","",0,20,200);
		Menu2_2_5=new Array("Management Studies","/mgtdept/mphilmaths.html","",0,20,200);		
		Menu2_2_6=new Array("Corporate Secretaryship","/corpdept/mphilcorp.html","",0,20,200);
		Menu2_2_7=new Array("Computer Science","/cspg/activities/courses.htm","",0,20,200);
		Menu2_2_8=new Array("Costume Design","/cdfdept/mphilcdf.html","",0,20,200);		
		

	Menu2_3=new Array("PG Courses","","",7);
		Menu2_3_1=new Array("MBA","/mgtdept/mba.html","",0,20,150);
		Menu2_3_2=new Array("MCA","/cspg/activities/courses.htm","",0,20,150);
		Menu2_3_3=new Array("M.A English (CA)","/englishdept/maenglish.html","",0,20,150);
		Menu2_3_4=new Array("M.Com (CA)","/commercedept/mcomca.html","",0,20,150);
		Menu2_3_5=new Array("M.Sc (CDF)","/cdfdept/msccdf.html","",0,20,150);
		Menu2_3_6=new Array("M.Sc (Bio Chem)","/biodept/mscbio.html","",0,20,150);
		Menu2_3_7=new Array("M.Sc. Maths","/mathsdept/mscmaths.html","",0,20,200);

	Menu2_4=new Array("UG Courses","","",16);
		Menu2_4_1=new Array("B.Com","/commercedept/bcom.html","",0,20,150);
		Menu2_4_2=new Array("B.Com (CA)","/commercedept/bcomca.html","",0,20,150);
		Menu2_4_3=new Array("B.B.M","/mgtdept/bbm.html","",0,20,150);
		Menu2_4_4=new Array("B.B.M (CA)","/mgtdept/bbmca.html","",0,20,150);
		Menu2_4_5=new Array("B.Com (CSCA)","/corpdept/bcsecca.html","",0,20,150);
		Menu2_4_6=new Array("B.Com (E-Com)","/corpdept/ecom.html","",0,20,150);
		Menu2_4_7=new Array("B.A (English-CA)","/englishdept/baenglish.html","",0,20,150);
		Menu2_4_8=new Array("B.Sc (CS)","/csugdept/bsccs.html","",0,20,150);
		Menu2_4_9=new Array("BCA","/csugdept/bca.html","",0,20,150);
		Menu2_4_10=new Array("B.Sc (IT)","/cspg/activities/courses.htm","",0,20,150);
		Menu2_4_11=new Array("B.Sc.(CT)","/cspg/activities/courses.htm","",0,20,150);	
		Menu2_4_12=new Array("B.Sc (Maths - CA)","/mathsdept/bscmaths.html","",0,20,150);
		Menu2_4_13=new Array("B.Sc (CDF)","/cdfdept/bsccdf.html","",0,20,150);
		Menu2_4_14=new Array("B.Sc (Bio Chem)","/biodept/bscbio.html","",0,20,150);
		Menu2_4_15=new Array("B.Sc (Bio Tech )","/biodept/bscbiotech.html","",0,20,150);
		Menu2_4_16=new Array("B.Sc (CSHM","/cshm/activities/courses.htm","",0,20,150);
		
	
	Menu2_5=new Array("PG Diploma Courses","","",1);

		Menu2_5_1=new Array("Costume Design","/cdfdept/pgddmbc.html","",0,20,150);


	Menu2_6=new Array("Certificate Courses","certificate.html","",1,30,250);
		Menu2_6_1=new Array("Com. English","/englishdept/bec.html","",0,20,150);

Menu3=new Array("AICTE Programmes","","",2,20,160);
	Menu3_1=new Array("MCA","/cspg/activities/courses.htm","",0,20,200);
	Menu3_2=new Array("MBA","/mgtdept/mba.html","",0,20,200);


Menu4=new Array("Departments","","",14,20,200);
	Menu4_1=new Array("Computer Science - PG","/cspg/activities/courses.htm","",0,20,230);
	Menu4_2=new Array("Management Studies","/mgtdept/management.html","",0,20,200);        
	Menu4_3=new Array("Computer Science - UG","/csugdept/csug.html","",0);
	Menu4_4=new Array("CT & IT - UG","/ctitdept/home.html","",0);
	Menu4_5=new Array("Costume Design","/cdfdept/cdf.html","",0);
	Menu4_6=new Array("Bio Chemistry","/biodept/bio.html","",0);
	Menu4_7=new Array("Commerce & Commerce CA","/commercedept/commerce.html","",0);
	Menu4_8=new Array("Corporate Secretaryship","/corpdept/corp.html","",0);
	Menu4_9=new Array("Mathematics","/mathsdept/mathematics.html","",0);
	Menu4_10=new Array("Tamil","/tamildept/tamil.html","",0);
	Menu4_11=new Array("English","/englishdept/english.html","",0);
	Menu4_12=new Array("Hindi","/hindidept/hindi.html","",0);
	Menu4_13=new Array("Bio Technology","/biotechdept/biotech.html","",0);
	Menu4_14=new Array("Catering Science","/cshm/cshm.htm","",0);


Menu5=new Array("Features","","",9,20,200);
	Menu5_1=new Array("Kongu Beauty Clinic","/cdfdept/kbc.html","",0,20,200);
	Menu5_2=new Array("IAS Study Centre","/ias.html","",0,20,200);
	Menu5_3=new Array("Computer Centres","/cc.html","",0,20,200);
	Menu5_4=new Array("Library","/library.html","",0,20,200);
	Menu5_5=new Array("Physical Education","/physicaleducation.html","",0,20,200);
	Menu5_6=new Array("Alumni","/alumni.html","",0,20,200);
	Menu5_7=new Array("Eco Club","/ecoclub/ecoclub.htm","",0,20,200);
	Menu5_8=new Array("Youth Red Cross","/yrc.html","",0,20,200);
	Menu5_9=new Array("Women Development Cell","/wdc/wdc.htm","",0,20,200);
	
Menu6=new Array("Events","","",2,20,160);
	Menu6_1=new Array("Recent","/recent.html","",0,20,200);
	Menu6_2=new Array("Forthcoming","/forthcoming.html","",0,20,200);

Menu7=new Array("Student Activities","","",1,20,160);
	Menu7_1=new Array("Poonthalir Muttram","/stact/poonthalir.html","",0,20,200);

Menu8=new Array("Hostels","","",2,20,160);
	Menu8_1=new Array("Boys Hostel","/hostel/boyshostel.html","",0,20,200);
	Menu8_2=new Array("Girls Hostel","/hostel/girlshostel.html","",0,20,200);

Menu9=new Array("Mandatory Disclosure","","",2,20,160);
	Menu9_1=new Array("MBA","/mandatorydisclosure/mandmba.pdf","",0,20,200);
	Menu9_2=new Array("MCA","/mandatorydisclosure/MandatoryDisclosureMCA.pdf","",0,20,200);

Menu10=new Array("Placement Portal","","",1,20,160);
	Menu10_1=new Array("Placement Portal","http://kasc.indiacareerportal.com","",0,20,200);


Menu11=new Array("Other Details","","",1,20,160);
	Menu11_1=new Array("Non Teaching Staff","/nonteaching.html","",0,20,200);




