function fwLoadMenus() {
  window.fw_menu_0 = new Menu("root",143,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#4f787d","#231f20");
  //fw_menu_0.addMenuItem("Aldo Brue","location='/department.asp?deptid=2755'");
  fw_menu_0.addMenuItem("Avventura","location='/department.asp?deptid=2758'");
  fw_menu_0.addMenuItem("Bacco Bucci","location='/department.asp?deptid=2759'");
  //fw_menu_0.addMenuItem("Claudio Orciani ","location='/department.asp?deptid=2760'");
  //fw_menu_0.addMenuItem("Dino Bigioni","location='/department.asp?deptid=2912'");
  fw_menu_0.addMenuItem("Donald J Pliner","location='/department.asp?deptid=2761'");
  fw_menu_0.addMenuItem("Eye Magine","location='/department.asp?deptid=2762'");
  //fw_menu_0.addMenuItem("Gallotti","location='/department.asp?deptid=2763'");
  //fw_menu_0.addMenuItem("Gimo's","location='/department.asp?deptid=2764'");
  //fw_menu_0.addMenuItem("Hanamori","location='/department.asp?deptid=2767'");
  fw_menu_0.addMenuItem("La Matta","location='/department.asp?deptid=2769'");
  //fw_menu_0.addMenuItem("Lorenzo Banfi","location='/department.asp?deptid=2770'");
  fw_menu_0.addMenuItem("Magnanni","location='/department.asp?deptid=3293'");
  fw_menu_0.addMenuItem("Mezlan","location='/department.asp?deptid=2772'");
  //fw_menu_0.addMenuItem("Moreschi","location='/department.asp?deptid=2773'");
  //fw_menu_0.addMenuItem("Moriano","location='/department.asp?deptid=3895'");
  fw_menu_0.addMenuItem("Pirelli ","location='/department.asp?deptid=3887'");
  //fw_menu_0.addMenuItem("Roberto Guerrini","location='/department.asp?deptid=3869'");
  fw_menu_0.addMenuItem("Tsubo","location='/department.asp?deptid=3886'");
  //fw_menu_0.addMenuItem("Via Spiga","location='/department.asp?deptid=2776'");
  fw_menu_0.addMenuItem("Vigens","location='/department.asp?deptid=2777'");
  //fw_menu_0.addMenuItem("Woodlore","location='/department.asp?deptid=2779'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",113,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#4f787d","#231f20");
  fw_menu_1.addMenuItem("Exotics","location='/department.asp?deptid=2268'");
  fw_menu_1.addMenuItem("Dress","location='/department.asp?deptid=2269'");
  fw_menu_1.addMenuItem("Fashion Forward","location='/department.asp?deptid=2270'");
  fw_menu_1.addMenuItem("Dress Casual","location='/department.asp?deptid=2271'");
  fw_menu_1.addMenuItem("Sport","location='/department.asp?deptid=2272'");
   fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",213,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#4f787d","#231f20");
  fw_menu_2.addMenuItem("Recently Reduced (up to 50% off)","location='/sale.asp?saletype=reduced'");
  fw_menu_2.addMenuItem("Clearance (50% off or more!)","location='/sale.asp?saletype=clearance'");
  fw_menu_2.hideOnMouseOut=true;
  fw_menu_2.writeMenus();
} // fwLoadMenus()

function setmenuloc() 
	{   // get width of screen
	if ((navigator.appName=="Netscape")) 
		{ pgwidth = innerWidth;
		}
	else
		{ pgwidth = document.body.clientWidth; }
	if (pgwidth>0) {
		 if (pgwidth>760) {
			xdif = ((pgwidth - 760) / 2);
			menux0 = 32 + xdif
			menux1 = 200 + xdif
			menux2 = 350 + xdif
		}
	}
	}

var menuy = 131
var menuy2 = 70
var menux0 = 30
var menux1 = 205
var menux2 = 405

var delay = 0

function menucloser()
	{
	if (delay==1)
		{ clearTimeout(md)  }
	else
		{ FW_startTimeout() }
	}
	

re = /\b(\d{2})(\d{3})\b/g
function fixitemno()
	{
	temp = document.SearchForm.search.value.replace(re, "$1-$2")
//	alert(temp)
	document.SearchForm.search.value = temp
	}

