if (document.images) {

 finearton = new Image();
 finearton.src = "/images/menu_fineart_on.gif";

 fineartoff = new Image();
 fineartoff.src = "/images/menu_fineart_off.gif";

 customgalleryon = new Image();
 customgalleryon.src = "/images/menu_customgallery_on.gif";

 customgalleryoff = new Image();
 customgalleryoff.src = "/images/menu_customgallery_off.gif";

 furnitureon = new Image();
 furnitureon.src = "/images/menu_furniture_on.gif";

 furnitureoff = new Image();
 furnitureoff.src = "/images/menu_furniture_off.gif";

 lightingon = new Image();
 lightingon.src = "/images/menu_lighting_on.gif";

 lightingoff = new Image();
 lightingoff.src = "/images/menu_lighting_off.gif";

 accessorieson = new Image();
 accessorieson.src = "/images/menu_accessories_on.gif";

 accessoriesoff = new Image();
 accessoriesoff.src = "/images/menu_accessories_off.gif";

 vintageon = new Image();
 vintageon.src = "/images/menu_vintage_on.gif";

 vintageoff = new Image();
 vintageoff.src = "/images/menu_vintage_off.gif";

 }
 
