      if (document.images) { 
          home_off = new Image; 
          home_on = new Image; 
          home_off.src = "/images/template/home_off.gif"; 
          home_on.src = "/images/template/home_on.gif"; 

          products_off = new Image; 
          products_on = new Image; 
          products_off.src = "/images/template/products_off.gif"; 
          products_on.src = "/images/template/products_on.gif"; 

          who_off = new Image; 
          who_on = new Image; 
          who_off.src = "/images/template/who_off.gif"; 
          who_on.src = "/images/template/who_on.gif"; 

          trade_off = new Image; 
          trade_on = new Image; 
          trade_off.src = "/images/template/trade_off.gif"; 
          trade_on.src = "/images/template/trade_on.gif"; 

          order_off = new Image; 
          order_on = new Image; 
          order_off.src = "/images/template/how_off.gif"; 
          order_on.src = "/images/template/how_on.gif"; 

          why_off = new Image; 
          why_on = new Image; 
          why_off.src = "/images/template/why_off.gif"; 
          why_on.src = "/images/template/why_on.gif"; 

          contact_us_off = new Image; 
          contact_us_on = new Image; 
          contact_us_off.src = "/images/template/contact_us_off.gif"; 
          contact_us_on.src = "/images/template/contact_us_on.gif"; 

	  viewmap_off = new Image;
	  viewmap_on = new Image;
	  viewmap_off.src = "/images/template/btn_viewmap_off.gif";
     	  viewmap_on.src = "/images/template/btn_viewmap_on.gif";

	  download_off = new Image;
	  download_on = new Image;
	  download_off.src = "/images/template/download_off.gif";
	  download_on.src = "/images/template/download_on.gif";

	  clipping_off = new Image;
	  clipping_on = new Image;
	  clipping_off.src = "/images/template/btn_press_clipping_off.gif";
	  clipping_on.src = "/images/template/btn_press_clipping_on.gif";

	  lacquerware_off = new Image;
   	  lacquerware_on = new Image;
	  lacquerware_off.src = "/images/template/lacquerawre_off.gif";
	  lacquerware_on.src = "/images/template/lacquerawre_on.gif";

	  tableware_off = new Image;
	  tableware_on = new Image;
	  tableware_off.src = "/images/template/tableware_off.gif";
	  tableware_on.src = "/images/template/tableware_on.gif";

	  soft_off = new Image;
	  soft_on = new Image;
	  soft_off.src = "/images/template/soft_furnishing_off.gif";
	  soft_on.src = "/images/template/soft_furnishings_on.gif";

	  gifts_off = new Image;
	  gifts_on = new Image;
	  gifts_off.src = "/images/template/pgifts_off.gif";
	  gifts_on.src = "/images/template/gifts_on.gif";

	  ceramics_off = new Image;
	  ceramics_on = new Image;
	  ceramics_off.src = "/images/template/pceramics_off.gif";
	  ceramics_on.src = "/images/template/ceramics_on.gif";

	  designer_off = new Image;
	  designer_on = new Image;
	  designer_off.src = "/images/template/designer_off.gif";
	  designer_on.src = "/images/template/designer_on.gif";

	  hproducts_off = new Image;
	  hproducts_on = new Image;
	  hproducts_off.src = "/images/template/btn_products_off.gif";
	  hproducts_on.src = "/images/template/btn_products_on.gif";
	
	  hwho_off = new Image;
	  hwho_on = new Image;
	  hwho_off.src = "/images/template/btn_who_off.gif";
	  hwho_on.src = "/images/template/btn_who_on.gif";

	  htrade_off = new Image;
	  htrade_on = new Image;
	  htrade_off.src = "/images/template/btn_trade_off.gif";
	  htrade_on.src = "/images/template/btn_trade_on.gif";

	  horder_off = new Image;
	  horder_on = new Image;
	  horder_off.src = "/images/template/btn_how_off.gif";
	  horder_on.src = "/images/template/btn_how_on.gif";

	  hwhy_off = new Image;
	  hwhy_on = new Image;
	  hwhy_off.src = "/images/template/btn_why_off.gif";
	  hwhy_on.src = "/images/template/btn_why_on.gif";

	  hcontact_off = new Image;
	  hcontact_on = new Image;
	  hcontact_off.src = "/images/template/btn_contact_off.gif";
	  hcontact_on.src = "/images/template/btn_contact_on.gif";

	  launchsite_off = new Image;
	  launchsite_on = new Image;
	  launchsite_off.src = "/images/template/index_launch_off.gif";
	  launchsite_on.src = "/images/template/index_launch_on.gif";

	  without_off = new Image;
	  without_on = new Image;
	  without_off.src = "/images/template/btn_2without_off.gif";
	  without_on.src = "/images/template/btn_2without_on.gif";

	  press_off = new Image;
	  press_on = new Image;
	  press_off.src = "/images/template/btn_back_who_off.gif";
	  press_on.src = "/images/template/btn_back_who_on.gif";
      }

      function swapImage( image, newImage ) { 
          if (document.images) 
              eval( "document." + image + ".src = " + newImage + ".src");
      }
