
if (document.images) { 
img1on = new Image();
img1on.src = "images/menu/homedk.gif"; 
img1off = new Image(); 
img1off.src = "images/menu/home.gif"; 

img2on = new Image();
img2on.src = "images/menu/aboutusdk.gif"; 
img2off = new Image(); 
img2off.src = "images/menu/aboutus.gif"; 

img3on = new Image();
img3on.src = "images/menu/productsdk.gif"; 
img3off = new Image(); 
img3off.src = "images/menu/products.gif";

img4on = new Image();
img4on.src = "images/menu/storefinderdk.gif"; 
img4off = new Image(); 
img4off.src = "images/menu/storefinder.gif";

img5on = new Image();
img5on.src = "images/menu/myaccountdk.gif"; 
img5off = new Image(); 
img5off.src = "images/menu/myaccount.gif";

img6on = new Image();
img6on.src = "images/menu/downloadsdk.gif"; 
img6off = new Image(); 
img6off.src = "images/menu/downloads.gif";

img7on = new Image();
img7on.src = "images/menu/searchdk.gif"; 
img7off = new Image(); 
img7off.src = "images/menu/search.gif";

img8on = new Image();
img8on.src = "images/menu/viewcartdk.gif"; 
img8off = new Image(); 
img8off.src = "images/menu/viewcart.gif";

img11on = new Image();
img11on.src = "images/buttons/lam_ceramico_btn.gif"; 
img11off = new Image(); 
img11off.src = "images/buttons/lam_ceramico_btn.gif";

imgb1on = new Image();
imgb1on.src = "images/home/btn_lam2_20.png"; 
imgb1off = new Image(); 
imgb1off.src = "images/home/btn_lam1_20.png"; 

imgb2on = new Image();
imgb2on.src = "images/home/btn_swf2_10.png"; 
imgb2off = new Image(); 
imgb2off.src = "images/home/btn_swf1_10.png"; 

imgb3on = new Image();
imgb3on.src = "images/home/btn_ewf2_10.png"; 
imgb3off = new Image(); 
imgb3off.src = "images/home/btn_ewf1_10.gif";

imgb4on = new Image();
imgb4on.src = "images/home/btn_wcp2_10.png"; 
imgb4off = new Image(); 
imgb4off.src = "images/home/btn_wcp1_10.png";

imgb5on = new Image();
imgb5on.src = "images/home/btn_ss2public.png"; 
imgb5off = new Image(); 
imgb5off.src = "images/home/btn_ss1public.png";

imgb6on = new Image();
imgb6on.src = "images/home/btn_gran2publicnew.png"; 
imgb6off = new Image(); 
imgb6off.src = "images/home/btn_gran1publicnew.png";
}
function imgOn(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "on.src");}
}
function imgOff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");}
}
