

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}





effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#333333', Direction=135, Strength=5)"


timegap=200			// The time delay for menus to remain visible
followspeed=4		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=6;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#690000",			// Mouse Off Font Color
"#cdd1b8",			// Mouse Off Background Color
"#ffffff",			// Mouse On Font Color
"#696969",			// Mouse On Background Color
"#cdd1b8",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"",					// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
"#690000",			// 3D High Color
"#886B6B",			// 3D Low Color
"#ffffff",			// Current Page Item Font Color (leave this blank to disable)
"#690000",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"#cdd1b8",			// Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
106,				// Menu Top - The Top position of the menu in pixels
20,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"&nbsp;&nbsp;&nbsp;College&nbsp; &nbsp;&nbsp;","show-menu=College",,"",0
,"&nbsp;&nbsp;Departments&nbsp;&nbsp;","show-menu=Departments",,"",0
,"&nbsp;&nbsp;&nbsp;Academics&nbsp;&nbsp;&nbsp;","show-menu=Academics",,"",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp&nbsp;Associations&nbsp&nbsp;","show-menu=Associations",,"",0
,"&nbsp;Infrastructure&nbsp;","show-menu=Infrastructure",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alumni&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Alumni",,"",0
,"&nbsp;Placement & Training&nbsp;","show-menu=Placement",,"",0
,"&nbsp;Contact us&nbsp;&nbsp;","show-menu=Contactus",,"",0
])

	
	addmenu(menu=["College",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Management","abtMgmt.html",,"About Management",1
	,"&nbsp;Principal","abtPrinc.html",,"About Principal",1
	,"&nbsp;Campus Tour","abtCampus.html",,"Campus Tour",1
	,"&nbsp;Milestones","abtMilestone.html",,"Milestones",1
	
	])
	
	addmenu(menu=["Academics",	
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Admissions ","acdAdmissions.html",,"ME/BE/MCA/BSc Admissions",1
	,"&nbsp;Accreditation","acdAccreditation.html",,"NBA Accredited Institution",1
	,"&nbsp;Courses Offered","acdCourses.html",,"Courses Offered",1
	,"&nbsp;Faculties","acdFcldep.html",,"Faculties Information",1
	,"&nbsp;Scholarship","acdScholar.html",,"Scholarship Details",1
	,"&nbsp;Syllabus","acdSyllabus.html",,"Annauniversity PG & UG Syllabi",1
	,"&nbsp;University Info","acdUniv.html",,"University Regulations",1
	,"&nbsp;Rank Holders","acdRank.html",,"Rank Holders",1
		
	])

	addmenu(menu=["Departments",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"&nbsp;Mechanical","dptMech.html",,,1
	,"&nbsp;EEE (PG)","dptpgeee.html",,,1
	,"&nbsp;EEE (UG)","dpteee.html",,,1
	,"&nbsp;CSE (PG)","dptpgcse.html",,,1
	,"&nbsp;CSE (UG)","dptcse.html",,,1
	,"&nbsp;ECE","dptece.html",,,1
	,"&nbsp;IT","dptit.html",,,1	
	,"&nbsp;MCA","dptmca.html",,,1	
	,"&nbsp;MBA","dptmba.html",,,1
	,"&nbsp;EIE","dpteie.html",,,1
	,"&nbsp;BME","dptbme.html",,,1
	,"&nbsp;Computer Science","acdFclctlt.html",,,1
	,"&nbsp;Science & Humanities","dptsh.html",,,1
	
	])
	

	addmenu(menu=["Associations",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;ACE","dptcseasso.html",,,1
	,"&nbsp;INTERACT","dptitasso.html",,,1
	,"&nbsp;ASELCOME","dpteceasso.html",,,1
	,"&nbsp;EEE","dpteeeasso.html",,,1
	,"&nbsp;EIE","dpteieasso.html",,,1
	,"&nbsp;MCA","dptmcaasso.html",,,1
	,"&nbsp;MEA","dptmechasso.html",,,1
,"&nbsp;BME Association","dptbmeasso.html",,,1
	,"&nbsp;IETE Students Forum","iete.html",,,1
,"&nbsp;ACS Students Section","acs.html",,,1
,"&nbsp;ISTE Students Chapter","iste.html",,,1
,"&nbsp;IOSI Students Chapter","isoi.html",,,1
,"&nbsp;IEEE Student Branch","ieee.html",,,1
	,"&nbsp;Quiz Club","assQuiz.html",,,1
	,"&nbsp;Philatelic Club","assPhilat.html",,,1
	,"&nbsp;Music & Dramatics","assMusDrama.html",,,1
	,"&nbsp;Tamil Mandram","assTamilMandram.html",,,1	
	,"&nbsp;SDIS Club","sdis.html",,,1
	])
	

	addmenu(menu=["Infrastructure",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Library","infLib.html",,,1	
	,"&nbsp;Digital Library","infDigitlib.html",,,1
	,"&nbsp;Internet Centre","infInetCenter.html",,,1
	,"&nbsp;Sports & Games","dptpdhome.html",,,1
	,"&nbsp;Auditorium","infAudi.html",,,1
	,"&nbsp;Hostel","infhostel.html",,,1
	,"&nbsp;Transport","infTrans.html",,,1
	,"&nbsp;Audio Visual Hall","infAudivishall.html",,,1
	,"&nbsp;Others ","infother.html",,,1
	])
	
	addmenu(menu=["alumni",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"&nbsp;Alumni Day","almAlmDay.html " ,,,1	
	,"&nbsp;Alumni Scholarship","almScholar.html",,,1
	,"&nbsp;Office Bearers","almMembers.html",,,1
	,"&nbsp;Contact us","mailto:alumni@srec.ac.in",,,1
		])	

	addmenu(menu=["Placement",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Placement Office","plcPlcOffice.html",,,1
	,"&nbsp;Placed Students","plcPlaced.html",,,1
	,"&nbsp;Contact us","plcContactus.html",,,1
                   ,"&nbsp;SREC-EMC","srecemc.html",,,1
	])
	addmenu(menu=["Contactus",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Contact us","ContactUs.html",,,1
	,"&nbsp;Road Map","ContusRoad.html",,,1
	])
	

dumpmenus()