
function fwLoadMenus()
 {
	

  if (window.fw_menu_0) return;
	
	//about
 
 	window.fw_menu_0 = new Menu("root",200,18,"","","","","#FFBA4C","#666666","");
	fw_menu_0.addMenuItem("Company Profile","location='" + strPath + "index.htm'");
	fw_menu_0.addMenuItem("Chairmen Desk","location='" + strPath + "index.htm'");
	fw_menu_0.addMenuItem("Clientele","location='" + strPath + "index.htm'");
	fw_menu_0.addMenuItem("Achivements","location='" + strPath + "index.htm'");
	fw_menu_0.addMenuItem("Enquiry","location='" + strPath + "index.htm'");	
	fw_menu_0.hideOnMouseOut=true;
  	
	//Services
	
	window.fw_menu_1 = new Menu("root",200,18,"","","","","#FFE0B2","#FF6600","");
	fw_menu_1.addMenuItem("Solar Lantern","location='" + strPath + "products.htm'");
	fw_menu_1.addMenuItem("Solar PV Street Lights","location='" + strPath + "products2.htm'");
	fw_menu_1.addMenuItem("Solar Indoor Light","location='" + strPath + "products3.htm'");
	fw_menu_1.addMenuItem("Solar Thermal Water Heaters","location='" + strPath + "products4.htm'");
	fw_menu_1.addMenuItem("Solar PV Water Pumps","location='" + strPath + "products5.htm'");
	fw_menu_1.addMenuItem("Solar Wind Hybrid System","location='" + strPath + "products6.htm'");
	fw_menu_1.addMenuItem("Solar Village Lighting Systems","location='" + strPath + "products8.htm'");
	fw_menu_1.addMenuItem("Solar Power Plant","location='" + strPath + "products9.htm'");
	fw_menu_1.addMenuItem("Solar Energy Park","location='" + strPath + "products10.htm'");
	fw_menu_1.addMenuItem("Other Applications & Features","location='" + strPath + "products7.htm'");
	fw_menu_1.hideOnMouseOut=true;


	//Projects

			
	window.fw_menu_2 = new Menu("root",150,18,"","","","","#FFBA4C","#666666","");
	fw_menu_2.addMenuItem("Compeleted Projects","location='" + strPath + "projects.htm'");
	fw_menu_2.addMenuItem("Ongoing Projects","location='" + strPath + "projects.htm'");		
	fw_menu_2.hideOnMouseOut=true;
	
	
	//Contactus

			
	window.fw_menu_3 = new Menu("root",150,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()

