function fw_LoadMenus()  {


 	window.fw_menu19 = new Menu("Gas mixtures",250,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#cccccc","#ffffff");

	fw_menu19.addMenuItem(
		"Gases for Filling Insulated Glazing Units"
	  	,"location='/eng/products/gas_mix/glass_pack/'");
	fw_menu19.addMenuItem(
		"Calibration Gas Mixtures"
	  	,"location='/eng/products/gas_mix/ai_mix/'");
	
	
	fw_menu19.childMenuIcon="i/childmenuarrow.gif";


 	window.fw_menu1 = new Menu("",200,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#cccccc","#ffffff");

	fw_menu1.addMenuItem(
		"Rare Gases"
	  	,"location='/eng/products/in_gas/'");
	fw_menu1.addMenuItem(
		"Neon Isotopes"
	  	,"location='/eng/products/neon_iso/'");
	fw_menu1.addMenuItem(
		"Halogens"
	  	,"location='/eng/products/halogen/'");
	fw_menu1.addMenuItem(
		fw_menu19
	  	,"");
	
	
	fw_menu1.childMenuIcon="/i/childmenuarrow.gif";


 	window.fw_menu2 = new Menu("",200,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#cccccc","#ffffff");

//	fw_menu2.addMenuItem(
//		"News"
//	  	,"location='/eng/about/news/'");
	fw_menu2.addMenuItem(
		"Company"
	  	,"location='/eng/'");
//	  	,"location='/eng/about/company/'");
	fw_menu2.addMenuItem(
		"Global Business Connections"
	  	,"location='/eng/about/geo/'");
	fw_menu2.addMenuItem(
		"Contact Us"
	  	,"location='/eng/about/contact/'");
	
	
	fw_menu2.childMenuIcon="/i/childmenuarrow.gif";


 	window.fw_menu3 = new Menu("",200,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#cccccc","#ffffff");

	fw_menu3.addMenuItem(
		"Publications in the Press"
	  	,"location='/eng/publications/press/'");
	fw_menu3.addMenuItem(
		"Conferences and Exhibitions"
	  	,"location='/eng/publications/conferences_and_exhibitions/'");
	
	
	fw_menu3.childMenuIcon="/i/childmenuarrow.gif";


 	window.fw_menu4 = new Menu("",200,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#cccccc","#ffffff");

	fw_menu4.addMenuItem(
		"Table of Properties"
	  	,"location='/eng/references/table_of_properties/'");
	fw_menu4.addMenuItem(
		"Temperature Scale"
	  	,"location='/eng/references/temperature_scale/'");
	fw_menu4.addMenuItem(
		"Popular Information"
	  	,"location='/eng/references/'");
	fw_menu4.addMenuItem(
		"Supplementary Information"
	  	,"location='/eng/references/'");
	
	
	fw_menu4.childMenuIcon="/i/childmenuarrow.gif";


	fw_menu1.writeMenus();

}
