// Copyright 2003 . All rights reserved.
      webfxMenuUseHover = true;

      var fashionMenu = new WebFXMenu;
          //fashionMenu.add(new WebFXMenuItem("超值特惠活動", _absPath + "/iPFS/Fashion/Bestsell.jsp"));
		  fashionMenu.add(new WebFXMenuItem("年度暢銷商品", _absPath + "/iPFS/Fashion/Hottest.jsp"));
		  fashionMenu.add(new WebFXMenuItem("當季流行訊息", _absPath + "/iPFS/Fashion/Pop.jsp"));
		  fashionMenu.add(new WebFXMenuItem("時尚最新活動消息", _absPath + "/iPFS/Fashion/Fashion.jsp"));
		  fashionMenu.width = 120;

      var customerMenu = new WebFXMenu;
          customerMenu.add(new WebFXMenuItem("線上購物說明", _absPath + "/iPFS/Service/rules.jsp"));
		  customerMenu.add(new WebFXMenuItem("顧客反應", _absPath + "/iPFS/Reception/Reception.jsp"));
		  customerMenu.width = 120;

      var aboutMenu = new WebFXMenu;
          aboutMenu.add(new WebFXMenuItem("經營理念", _absPath + "/iPFS/aboutus/aboutus.jsp"));
		  aboutMenu.add(new WebFXMenuItem("品質保證", _absPath + "/iPFS/aboutus/CustomerService.jsp"));
		  aboutMenu.width = 100;

      var myBar = new WebFXMenuBar;
	  myBar.add(new WebFXMenuButton(loginName, _absPath + loginAddress));
	  myBar.add(new WebFXMenuButton("商品目錄", _absPath + "/iPFS/Shop/Type.jsp"));
      myBar.add(new WebFXMenuButton("流行生活", _absPath + "/iPFS/Fashion/Fashion.jsp", "",fashionMenu));
//	  myBar.add(new WebFXMenuButton("線上採購", _absPath + "/iPTS/index.jsp"));
	  myBar.add(new WebFXMenuButton("客戶服務", _absPath + "/iPFS/Service/Service.jsp", "",customerMenu));
	  myBar.add(new WebFXMenuButton("關於我們", _absPath + "/iPFS/aboutus/aboutus.jsp", "",aboutMenu));

      document.write(myBar); // 最後，在你要顯示的地方，引用document.write(...)