<!--

if (document.images) {

 homeon = new Image();
 homeon.src = "images/menuhome_on.gif";

 homeoff = new Image();
 homeoff.src = "images/menuhome_off.gif";

 aboutuson = new Image();
 aboutuson.src = "images/menuaboutus_on.gif";

 aboutusoff = new Image();
 aboutusoff.src = "images/menuaboutus_off.gif";

 productson = new Image();
 productson.src = "images/menuproducts_on.gif";

 productsoff = new Image();
 productsoff.src = "images/menuproducts_off.gif";

 vendoron = new Image();
 vendoron.src = "images/menuvendor_on.gif";

 vendoroff = new Image();
 vendoroff.src = "images/menuvendor_off.gif";

 glasswareon = new Image();
 glasswareon.src = "images/menuglassware_on.gif";

 glasswareoff = new Image();
 glasswareoff.src = "images/menuglassware_off.gif";

 promotionalon = new Image();
 promotionalon.src = "images/menupromotional_on.gif";
 
 promotionaloff = new Image();
 promotionaloff.src = "images/menupromotional_off.gif";

 homedecoron = new Image();
 homedecoron.src = "images/menuhomedecor_on.gif";
 
 homedecoroff = new Image();
 homedecoroff.src = "images/menuhomedecor_off.gif";

 accessorieson = new Image();
 accessorieson.src = "images/menuaccessories_on.gif";
 
 accessoriesoff = new Image();
 accessoriesoff.src = "images/menuaccessories_off.gif";

 boxeson = new Image();
 boxeson.src = "images/menuboxes_on.gif";
 
 boxesoff = new Image();
 boxesoff.src = "images/menuboxes_off.gif";

 outdooron = new Image();
 outdooron.src = "images/menuoutdoor_on.gif";
 
 outdooroff = new Image();
 outdooroff.src = "images/menuoutdoor_off.gif";

 jewelryon = new Image();
 jewelryon.src = "images/menujewelry_on.gif";
 
 jewelryoff = new Image();
 jewelryoff.src = "images/menujewelry_off.gif";

 appreciationon = new Image();
 appreciationon.src = "images/menuappreciation_on.gif";
 
 appreciationoff = new Image();
 appreciationoff.src = "images/menuappreciation_off.gif";

 patronon = new Image();
 patronon.src = "images/menupatron_on.gif";

 patronoff = new Image();
 patronoff.src = "images/menupatron_off.gif";

 columnson = new Image();
 columnson.src = "images/menucolumns_on.gif";

 columnsoff = new Image();
 columnsoff.src = "images/menucolumns_off.gif";

 experton = new Image();
 experton.src = "images/menuexpert_on.gif";

 expertoff = new Image();
 expertoff.src = "images/menuexpert_off.gif";

 partnerson = new Image();
 partnerson.src = "images/menupartners_on.gif";

 partnersoff = new Image();
 partnersoff.src = "images/menupartners_off.gif";

 sellerson = new Image();
 sellerson.src = "images/menusellers_on.gif";

 sellersoff = new Image();
 sellersoff.src = "images/menusellers_off.gif";

 contactuson = new Image();
 contactuson.src = "images/menucontactus_on.gif";

 contactusoff = new Image();
 contactusoff.src = "images/menucontactus_off.gif";

 }
 
function Open(page) {
OpenWin = 
this.open(page,"VAWindow","toolbar=no,width=250,height=250,directories=no,status=no,scrollbars=yes,resize=no,menubar=no")
}
    
//-->
