oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname 
 
//Menu properties    
oCMenu.pxBetween=1 
oCMenu.fromLeft=0 
oCMenu.fromTop=150 
oCMenu.rows=0  
oCMenu.menuPlacement="left" 
                                                              
oCMenu.offlineRoot=""  
//oCMenu.onlineRoot="/coolmenus/"  
oCMenu.resizeCheck=1  
oCMenu.wait=1000  
oCMenu.fillImg="cm_fill.gif" 
oCMenu.zIndex=0 
 
//Background bar properties 
oCMenu.useBar=1 
oCMenu.barWidth="menu" 
oCMenu.barHeight="menu"  
oCMenu.barClass="clBar" 
oCMenu.barX="menu" 
oCMenu.barY="menu" 
oCMenu.barBorderX=0 
oCMenu.barBorderY=0 
oCMenu.barBorderClass="" 
 
//Level properties - ALL properties have to be spesified in level 0 
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level 
oCMenu.level[0].width=152 
oCMenu.level[0].height=20  
oCMenu.level[0].regClass="clLevel0" 
oCMenu.level[0].overClass="clLevel0over" 
oCMenu.level[0].borderX=0 
oCMenu.level[0].borderY=0 
oCMenu.level[0].borderClass="clLevel0border" 
oCMenu.level[0].offsetX=2 
oCMenu.level[0].offsetY=0 
oCMenu.level[0].rows=0 
oCMenu.level[0].arrow=0 
oCMenu.level[0].arrowWidth=0 
oCMenu.level[0].arrowHeight=0 
oCMenu.level[0].align="right" 
 
//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this 
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number) 
oCMenu.level[1].width=oCMenu.level[0].width-2 
oCMenu.level[1].height=20 
oCMenu.level[1].regClass="clLevel1" 
oCMenu.level[1].overClass="clLevel1over" 
oCMenu.level[1].borderX=1 
oCMenu.level[1].borderY=1 
oCMenu.level[1].align="right"  
oCMenu.level[1].offsetX=2 //-(oCMenu.level[0].width-2)/2+20 
oCMenu.level[1].offsetY=0 
oCMenu.level[1].borderClass="clLevel1border" 
oCMenu.level[1].align="right"  
 
 
 
//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this 
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number) 
oCMenu.level[2].width=oCMenu.level[0].width 
oCMenu.level[2].height=20 
oCMenu.level[2].offsetX=0 
oCMenu.level[2].offsetY=0 
oCMenu.level[2].regClass="clLevel2" 
oCMenu.level[2].overClass="clLevel2over" 
oCMenu.level[2].borderClass="clLevel2border" 
 
  
 oCMenu.makeMenu('top0','','<div align="center">About Us</div>','','') 
	oCMenu.makeMenu('sub00','top0','<div align="center">History</div>','http://www.gjimt.com/history.htm') 
	oCMenu.makeMenu('sub01','top0','<div align="center">Location</div>','http://www.gjimt.com/location.htm') 
	oCMenu.makeMenu('sub02','top0','<div align="center">Infrasructure</div>','http://www.gjimt.com/infra.htm') 
	//oCMenu.makeMenu('sub03','top0','<div align="center">GJ-IMT in the Media</div>','http://www.gjimt.com/media.htm') 
	oCMenu.makeMenu('sub03','top0','<div align="center">Meritorious Journey</div>','http://www.gjimt.com/mer-jou.htm') 
	oCMenu.makeMenu('sub04','top0','<div align="center">Student Testimonials</div>','http://www.gjimt.com/stu-test.htm') 
	oCMenu.makeMenu('sub05','top0','<div align="center">Chairman&rsquo;s Profile</div>','http://www.gjimt.com/chair_profile.htm') 
	oCMenu.makeMenu('sub06','top0','<div align="center">Director&rsquo;s Profile</div>','http://www.gjimt.com/direc_profile.htm') 
	 
oCMenu.makeMenu('top1','','<div align="center">Course Catalog</div>','') 
	//oCMenu.makeMenu('sub5','top1','<div align="center">BBA Course</div>','http://www.gjimt.com/cou-bba.htm') 
	oCMenu.makeMenu('sub6','top1','<div align="center">Ph.D Program</div>','http://www.gjimt.com/Phd_Prospectus.pdf','_blank') 
	oCMenu.makeMenu('sub7','top1','<div align="center">MCA Course</div>','http://www.gjimt.com/cou-mca.htm') 
	oCMenu.makeMenu('sub8','top1','<div align="center">MBA Course</div>','http://www.gjimt.com/cou-mba.htm') 
	 
oCMenu.makeMenu('top2','','<div align="center">Faculty</div>','') 
	oCMenu.makeMenu('sub21','top2','<div align="center">Core Faculty</div>','http://www.gjimt.com/core.htm') 
	oCMenu.makeMenu('sub22','top2','<div align="center">Guest Faculty</div>','http://www.gjimt.com/guest.htm') 
		 
 
oCMenu.makeMenu('top3','','<div align="center">Industry Interface</div>','') 
	oCMenu.makeMenu('sub30','top3','<div align="center">Research & Consultancy</div>','http://www.gjimt.com/rcwing.htm') 
	oCMenu.makeMenu('sub31','top3','<div align="center">MDP & EDP</div>','http://www.gjimt.com/mdpedp.htm') 
	
	//oCMenu.makeMenu('top16','','<div align="center">HR Summit 09</div>','') 
//	oCMenu.makeMenu('sub160','top16','<div align="center">Information Brochure</div>','http://www.gjimt.com/HRSummit/HRbrochure.pdf','_blank') 
	//oCMenu.makeMenu('sub161','top16','<div align="center">HR Excellence Award</div>','http://www.gjimt.com/HRSummit/HRExcelenceaward.pdf','_blank') 
//	oCMenu.makeMenu('sub162','top16','<div align="center">Registration Form</div>','http://www.gjimt.com/HRSummit/RegForm.pdf','_blank') 
	//oCMenu.makeMenu('sub163','top16','<div align="center">Sponsorship Form</div>','http://www.gjimt.com/HRSummit/SponsorForm.pdf','_blank') 
	
	oCMenu.makeMenu('top18','','<div align="center">International Conference</div>','') 
	oCMenu.makeMenu('sub180','top18','<div align="center">Information Brochure</div>','http://www.gjimt.com/IntConfBrochure.pdf','_blank') 
	oCMenu.makeMenu('sub181','top18','<div align="center">Registration Form</div>','http://www.gjimt.com/ICRegForm.pdf','_blank') 
	//oCMenu.makeMenu('sub182','top18','<div align="center">Sponsorship Form</div>','http://www.gjimt.com/ICSponsorForm.pdf','_blank') 
	
// oCMenu.makeMenu('top4','','<div align="center">National Conference</div>','') 
//oCMenu.makeMenu('sub40','top4','<div align="center">Information Brochure</div>','http://www.gjimt.com/nat_conf09.pdf') 
//oCMenu.makeMenu('sub41','top4','<div align="center">Registration Form</div>','http://www.gjimt.com/registration_form09.doc') 
//oCMenu.makeMenu('sub42','top4','<div align="center">Submission Template</div>','http://www.gjimt.com/template.doc') 
	 
 oCMenu.makeMenu('top5','','<div align="center">Facilities</div>','') 
	
	oCMenu.makeMenu('sub51','top5','<div align="center">GJ-IMT Labs</div>','http://www.gjimt.com/labs.htm') 		 
	oCMenu.makeMenu('sub54','top5','<div align="center">Library</div>','http://www.gjimt.com/library.htm') 
	oCMenu.makeMenu('sub55','top5','<div align="center">Sports Centre</div>','http://www.gjimt.com/gym.htm') 
	//oCMenu.makeMenu('sub56','top5','<div align="center">Canteen</div>','canteen.htm') 
		 
	//oCMenu.makeMenu('sub55','top5','<div align="center">Gymnasium</div>','http://www.gjimt.com/gym.htm') 
		 
oCMenu.makeMenu('top7','','<div align="center">Admission 2010</div>','http://www.gjimt.com/admission.htm') 
	//oCMenu.makeMenu('sub10','top7','<div align="center">Admission to BCA</div>','http://www.gjimt.com/ad-bca.htm') 
	//oCMenu.makeMenu('sub11','top7','<div align="center">Admission to MCA</div>','http://www.gjimt.com/ad-mca.htm') 
	//oCMenu.makeMenu('sub12','top7','<div align="center">Admission to MBA</div>','http://www.gjimt.com/ad-mba.htm') 
	 
oCMenu.makeMenu('top6','','<div align="center">Events</div>','') 
	oCMenu.makeMenu('sub60','top6','<div align="center">Orientation Programme</div>','http://www.gjimt.com/orientation09.htm') 
	oCMenu.makeMenu('sub61','top6','<div align="center">Convocation</div>','http://www.gjimt.com/convocation.htm') 
	oCMenu.makeMenu('sub62','top6','<div align="center">Cultural Activities</div>','http://www.gjimt.com/cul-act.htm') 
	oCMenu.makeMenu('sub63','top6','<div align="center">CSR Activities</div>','http://www.gjimt.com/blood.htm') 
	oCMenu.makeMenu('sub64','top6','<div align="center">Eye Check-up Camp</div>','http://www.gjimt.com/eye.htm') 
	//oCMenu.makeMenu('sub65','top6','<div align="center">Fresher Party</div>','http://www.gjimt.com/welcome.htm') 
	oCMenu.makeMenu('sub66','top6','<div align="center">Pratibha</div>','http://www.gjimt.com/pratibha.htm') 
	oCMenu.makeMenu('sub67','top6','<div align="center">Faculty Development</div>','http://www.gjimt.com/faculty_dev.htm')
	oCMenu.makeMenu('sub68','top6','<div align="center">Conferences</div>','http://www.gjimt.com/conferences.htm') 
	oCMenu.makeMenu('sub69','top6','<div align="center">Seminars &amp; Workshop</div>','http://www.gjimt.com/seminar_workshop.htm')
	//oCMenu.makeMenu('sub691','top6','<div align="center" title="Newsletter">News Letter</div>','http://www.gjimt.com/independence.pdf','_blank')


oCMenu.makeMenu('top8','','<div align="center">NCC/NSS</div>','') 
	oCMenu.makeMenu('sub80','top8','<div align="center">NCC</div>','http://www.gjimt.com/ncc.htm')
	
	oCMenu.makeMenu('sub81','top8','<div align="center">NSS</div>','http://www.gjimt.com/nss.htm') 
 
//oCMenu.makeMenu('top8','','<div align="center">Alumni</div>','http://www.gjimt.com/alumni.htm') 
 
oCMenu.makeMenu('top12','','<div align="center">Placements</div>','') 
	oCMenu.makeMenu('top120','top12','<div align="center">Student Profile</div>','') 
	oCMenu.makeMenu('sub1201','top120','<div align="center">MBA</div>','http://www.gjimt.com/profile.htm')
	oCMenu.makeMenu('sub1202','top120','<div align="center">MCA</div>','http://www.gjimt.com/placement/index.php?class=mca_2007')
	oCMenu.makeMenu('sub121','top12','<div align="center">Placement Record</div>','http://www.gjimt.com/pla-rec.htm') 
	//oCMenu.makeMenu('sub122','top12','<div align="center">Major Recruiters</div>','http://www.gjimt.com/maj-rec.htm')
	oCMenu.makeMenu('sub123','top12','<div align="center">Placement Portal</div>','http://gjimt.indiacareerportal.com/')
	
	 
oCMenu.makeMenu('top9','','<div align="center">Employer Section</div>','http://www.gjimt.com/employer.htm') 
 
oCMenu.makeMenu('top14','','<div align="center">Information Center</div>','') 
	oCMenu.makeMenu('sub140','top14','<div align="center">GJ-IMT Clubs','http://www.gjimt.com/clubs.htm') 	
	oCMenu.makeMenu('sub141','top14','<div align="center">Student Guidelines</div>','http://www.gjimt.com/info-cen.htm') 
	oCMenu.makeMenu('sub142','top14','<div align="center">Code of Conduct</div>','http://www.gjimt.com/forms/CodeConduct.doc') 
	oCMenu.makeMenu('sub143','top14','<div align="center">Search the Web</div>','http://www.gjimt.com/searchtheweb.htm') 
	oCMenu.makeMenu('sub144','top14','<div align="center">Download Forms</div>','http://www.gjimt.com/forms.htm') 
	
	oCMenu.makeMenu('top24','','<div align="center">Careers with Us</div>','http://www.gjimt.com/careersus.htm') 

oCMenu.makeMenu('top10','','<div align="center">Photo Gallery</div>','http://www.gjimt.com/photo.htm') 
 
oCMenu.makeMenu('top13','','<div align="center">International Students</div>','http://www.gjimt.com/int-stu.htm')

oCMenu.makeMenu('top23','','<div align="center">GJ-IMT in the Media</div>','http://www.gjimt.com/media.htm')
	 
oCMenu.makeMenu('top15','','<div align="center">Mandatory Disclosures</div>','') 
	oCMenu.makeMenu('sub150','top15','<div align="center">Disclosures for MBA</div>','http://www.gjimt.com/disclosure_mba.pdf') 
	oCMenu.makeMenu('sub151','top15','<div align="center">Disclosures for MCA</div>','http://www.gjimt.com/disclosure_mca.pdf') 
	
	 
//oCMenu.makeMenu('top15','','<div align="center"></div>','') 
			 
//Leave this line 
oCMenu.construct()			