
	var main = false;
	
	function navLoad(){
		
		main = new Submenu("main","dropdown","callout");
		if(main.verify(main.n)){
			
							
			main.addChild(main.n,"6221",{});			
							
			main.addChild(main.n,"about-us",{"Apar India College":"aboutus.php",
	"Founder of Apar India":"chairman.php",
	"Awards":"awards.php",
	"Apar Vision - Mission":"vision.php",
	"Facts and Figures":"fact-figures.php",
	"Eminent Speak":"eminentspeak.php", 
	"Leadership":"leadership.php",
	"Reputed Faculty":"reputed-faculty.php",
	"Residential Accomodation":"residential.php",
	"Apar Ranking":"apar-ranking.php",
	"Facilities at Apar":	"facilities.php",
	"Career with Apar":	"career.php",
	"Apar India FAQ's":"aparfaq.php"});	

			main.addChild(main.n,"recognitions",{"Recognitions/Approval":"recognitions.php",
						  
						  "Apar Quality Policy":	"qualitypolicy.php",
						  
						  "ISO 14001:2004":	"iso.php",
			
			
			
			"ISO 9001 :2008":"iso2.php"});


main.addChild(main.n,"programmes",{<!--"Management Courses":"mba.php",-->
			  "MBA":"mba.php",
			  
			  "BBA":"bba.php",
			  "BBARO":"bbaro.php",
			  "PGDBA":"pgdba.php",
			 <!-- "Information Technology":"bca.php",-->
			  "BCA":"bca.php",
			   "MCA":"mca.php",
			    "Bsc IT":"bscit.php",
				 "Msc IT":"mscit.php",
				  "PGDCA":"pgdca.php",
			  
			  
			  <!--"Journlism Course":"bajm.php",-->
			    "BAJM":"bajm.php",
				  "MAJM":"majm.php",
				  
				  <!--"Art & Commerce":"ba.php",-->
				  "BA":"ba.php",
				  "MA":"ma.php",
				  "B.Com":"bcom.php",
				  "M. Com":"mcom.php",
				  
			  "Free Job Courses":"free-courses.php"});			
							
							
main.addChild(main.n,"admission",{});			
							
			main.addChild(main.n,"placement",{"Placement":"placement.php",
			  "Apar Placement Portal":"http://aparindiacollege.indiacareerportal.com/home.php",
			  "Campus Placement":"campus-placement.php",
			
				  "Apar Job Fair":"job-fair.php",
				  
			  "Industrial Training":"industrial.php"
					  });
			
							
main.addChild(main.n,"media",{"Online Video":"video.php",
			  "Apar on Web":"apar-web.php",
			  "Apar on Print Media":"print-media.php",
			  "Press Clippings":"media.php"});			
							

main.addChild(main.n,"events",{"Industrial Visit":"industrial.php",     
			
						  "Campus Activities":"activities.php"});			
							
			main.addChild(main.n,"photo",{});	
			
			
			
			main.addChild(main.n,"student",{"Student Result":"result.php", 
						  "Exam Date":"exam.php",
						  "Class Time Table":"timetable.php",
						  "Class Date August 2011":"classdates.php",
						   "Student Testimonials":"student-testimonials.php",
						   "Student Job Corner":"placement.php",
						   "Assignment":"assignment.php",
						  "Re-Registration Form":"download.php",
						  "Re-sitting Form":"download.php",
						  "Prospectus":"download.php",
						  "Student Articles":"articles.php",
		         "Student Guide Line":"guide-line.php"});
					
				}
	}	
	Event.observe(window,'load',navLoad);

