/* Javascript file saved as navbarpreload.js for Cooks Woodstock */
if (document.images) {
uphome = new Image(138,30); uphome.src = "uphome.gif";
dnhome = new Image(138,30); dnhome.src = "dnhome.gif";
upshowroom = new Image(138,30); upshowroom.src = "upshowroom.gif";
dnshowroom = new Image(138,30); dnshowroom.src = "dnshowroom.gif";
upcabinetry = new Image(138,30); upcabinetry.src = "upcabinetry.gif";
dncabinetry = new Image(138,30); dncabinetry.src = "dncabinetry.gif";
upappliances = new Image(138,30); upappliances.src = "upappliances.gif";
dnappliances = new Image(138,30); dnappliances.src = "dnappliances.gif";
upcountertops = new Image(138,30); upcountertops.src = "upcountertops.gif";
dncountertops = new Image(138,30); dncountertops.src = "dncountertops.gif";
upflooring = new Image(138,30); upflooring.src = "upflooring.gif";
dnflooring = new Image(138,30); dnflooring.src = "dnflooring.gif";
upcontactus = new Image(138,30); upcontactus.src = "upcontactus.gif";
dncontactus = new Image(138,30); dncontactus.src = "dncontactus.gif";
dnalert = new Image(138,30); dnalert.src = "dnalert.gif";
}
function ChangeImage(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}
