// preload rollover images
homeoff = new Image();
homeoff.src = "images/homeon_black1.gif";	
homeon = new Image();	
homeon.src = "images/homeoff1.gif";	
aboutusoff = new Image();
aboutusoff.src = "images/aboutuson_black1.gif";	
aboutuson = new Image();	
aboutuson.src = "images/aboutusoff1.gif";	
productsoff = new Image();
productsoff.src = "images/productson_black1.gif";	
productson = new Image();	
productson.src = "images/productsoff1.gif";	
newsoff = new Image();
newsoff.src = "images/newson_black1.gif";
newson = new Image();	
newson.src = "images/newsoff1.gif";	
orderoff = new Image();
orderoff.src = "images/orderon_black1.gif";	
orderon = new Image();	
orderon.src = "images/orderoff1.gif";	
contactusoff = new Image();
contactusoff.src = "images/contactuson_black1alt.gif";	
contactuson = new Image();	
contactuson.src = "images/contactusoff1alt.gif";	
basketoff = new Image();
basketoff.src = "images/basket_black1alt.gif";	
basketon = new Image();	
basketon.src = "images/basketoff1alt.gif";	
linksoff = new Image();
linksoff.src = "images/links_on.gif";	
linkson = new Image();	
linkson.src = "images/links_off.gif";	