
function fwLoadMenus()
 {
	

  if (window.fw_menu_0) return;
	
	//about
 
 	window.fw_menu_0 = new Menu("root",108,19,"","","","","#FF9966","#FFCC99","");
	fw_menu_0.addMenuItem("Corporate Profile", "location='" + strPath + "profile.htm'");
	fw_menu_0.addMenuItem("Vision &amp; Mission","location='" + strPath + "vision.htm'");
	fw_menu_0.addMenuItem("Objectives","location='" + strPath + "objectives.htm'");
	fw_menu_0.addMenuItem("Quality Policy","location='" + strPath + "qc.htm'");
	fw_menu_0.addMenuItem("Awards","location='" + strPath + "awards.htm'");
	fw_menu_0.addMenuItem("Corporate Clients","location='" + strPath + "clients.htm'");	
	fw_menu_0.hideOnMouseOut=true;
  	
	//Services
	
	window.fw_menu_1 = new Menu("root",108,19,"","","","","#FF9966","#FFCC99","");
	fw_menu_1.addMenuItem("Completed Projects","location='" + strPath + "completed.htm'");
	fw_menu_1.addMenuItem("Current Projects","location='" + strPath + "current.htm'");
	fw_menu_1.addMenuItem("Up-coming Projects","location='" + strPath + "future.htm'");
	fw_menu_1.hideOnMouseOut=true;


	//Projects

			
	window.fw_menu_2 = new Menu("root",108,19,"","","","","#FF9966","#FFCC99","");
	fw_menu_2.addMenuItem("Rental","location='" + strPath + "rental.htm'");
	fw_menu_2.addMenuItem("Owning Flat / Site","location='" + strPath + "owning.htm'");		
	fw_menu_2.hideOnMouseOut=true;
	
	
	//Contactus

			
	window.fw_menu_3 = new Menu("root",108,18,"","","","","#9ECFFF","#006699","");
	fw_menu_3.addMenuItem("Contact Us","location='" + strPath + "index.htm'");	
	fw_menu_3.addMenuItem("Enquiry","location='" + strPath + "index.htm'");	
	fw_menu_3.hideOnMouseOut=true;
	
	//Overseas	
	window.fw_menu_5 = new Menu("root",110,18,"","","","","","","");
	fw_menu_5.hideOnMouseOut=true;
	fw_menu_5.writeMenus();

	



} // fwLoadMenus()

