function fwLoadMenus()
 {
	

  if (window.fw_menu_0) return;
	
	//about
 
 	window.fw_menu_0 = new Menu("root",175,25,"","","","","#FFFFFF","#FFFFFF","");
	fw_menu_0.addMenuItem("Guiding Principles","location='" + strPath + "guiding.htm'");
	fw_menu_0.addMenuItem("Behind ISME","location='" + strPath + "behindisme.htm'");
	fw_menu_0.addMenuItem("Faculty","location='" + strPath + "faculty.htm'");
	fw_menu_0.addMenuItem("History","location='" + strPath + "history.htm'");
	fw_menu_0.hideOnMouseOut=true;
  	
	//Services
	
	window.fw_menu_1 = new Menu("root",150,25,"","","","","#FFFFFF","#FFFFFF","");
	fw_menu_1.addMenuItem("Introduction","location='" + strPath + "introduction.htm'");
	fw_menu_1.addMenuItem("PGPM","location='" + strPath + "pgpm.htm'");
	fw_menu_1.addMenuItem("Executive PGPM","location='" + strPath + "epgpm.htm'");
	fw_menu_1.addMenuItem("Six Sigma Black Belt","location='" + strPath + "six.htm'");
	fw_menu_1.hideOnMouseOut=true;


	//Softwares

			
	window.fw_menu_2 = new Menu("root",220,25,"","","","","#FFFFFF","#FFFFFF","");
	fw_menu_2.addMenuItem("Admission Events","location='" + strPath + "events.htm'");	
	fw_menu_2.addMenuItem("Download Brochure","location='" + strPath + "download.htm'");
	fw_menu_2.addMenuItem("Registration and Application Form","location='" + strPath + "registration.htm'");	
	fw_menu_2.addMenuItem("Admissions Process","location='" + strPath + "process.htm'");
	fw_menu_2.addMenuItem("Fees","location='" + strPath + "fees.htm'");
	fw_menu_2.hideOnMouseOut=true;


	//Softwares

			
	window.fw_menu_7 = new Menu("root",220,25,"","","","","#FFFFFF","#FFFFFF","");
	fw_menu_7.addMenuItem("Introduction","location='" + strPath + "istm_intro.htm'");	
	fw_menu_7.addMenuItem("PGPM - IT","location='" + strPath + "istm_pgpm-it.htm'");
	fw_menu_7.hideOnMouseOut=true;
	
	
//Students
	window.fw_menu_4 = new Menu("root",220,25,"","","","","#FFFFFF","#FFFFFF","");
	fw_menu_4.addMenuItem("Environment","location='" + strPath + "environment.htm'");	
	fw_menu_4.addMenuItem("Class Profile","location='" + strPath + "class.htm'");
	fw_menu_4.addMenuItem("Academic Club","location='" + strPath + "academic.htm'");	
	fw_menu_4.addMenuItem("Social Club","location='" + strPath + "social.htm'");
	fw_menu_4.addMenuItem("Literary Club","location='" + strPath + "literary.htm'");
/*	fw_menu_4.addMenuItem("Speakers @ ISME – 2006","location='" + strPath + "speaker.htm'");  
	fw_menu_4.addMenuItem("Speakers @ ISME","location='" + strPath + "speaker2007.htm'");*/
	fw_menu_4.addMenuItem("Speakers @ ISME","location='" + strPath + "speaker2008.htm'");
	fw_menu_4.addMenuItem("Life @ ISME","location='" + strPath + "life.htm'");
	fw_menu_4.hideOnMouseOut=true;	
	
	//Contactus

			
	window.fw_menu_3 = new Menu("root",175,25,"","","","","#FFFFFF","#FFFFFF","");
	fw_menu_3.addMenuItem("Contact Us","location='" + strPath + "contactus.html'");	
	fw_menu_3.addMenuItem("Enquiry","location='" + strPath + "enquiry.html'");	
	fw_menu_3.hideOnMouseOut=true;
	
//Placements
	window.fw_menu_6 = new Menu("root",220,25,"","","","","#FFFFFF","#FFFFFF","");
	fw_menu_6.addMenuItem("Welcome Note","location='" + strPath + "placement.htm'");	
	fw_menu_6.addMenuItem("Placement Reports","location='" + strPath + "placeReports.htm'");
	fw_menu_6.addMenuItem("Testimonials","location='" + strPath + "testimonials.htm'");	
	fw_menu_6.addMenuItem("Recruiters","location='" + strPath + "recruiters.htm'");
	fw_menu_6.addMenuItem("Class Profile","location='" + strPath + "classProfile.htm'");
	fw_menu_6.addMenuItem("Contact","location='" + strPath + "contactPlacement.htm'");
	fw_menu_6.hideOnMouseOut=true;
		
	//Overseas	
	window.fw_menu_5 = new Menu("root",110,16,"","","","","","","");
	fw_menu_5.hideOnMouseOut=true;
	fw_menu_5.writeMenus();

	



} // fwLoadMenus()

