/* Javascript file saved as navbarpreload.js for Cooks Woodstock */
if (document.images) {
uphome = new Image(139,39); uphome.src = "uphome.gif";
dnhome = new Image(139,39); dnhome.src = "dnhome.gif";
upshowroom = new Image(139,39); upshowroom.src = "upshowroom.gif";
dnshowroom = new Image(139,39); dnshowroom.src = "dnshowroom.gif";
upshowroom = new Image(139,39); upshowroom.src = "upshowroom.gif";
dnwip = new Image(139,39); dnwip.src = "dnwip.gif";
upwip = new Image(139,39); upwip.src = "upwip.gif";
upservices = new Image(139,39); upservices.src = "upservices.gif";
dnservices = new Image(139,39); dnservices.src = "dnservices.gif";
upproducts = new Image(139,39); upproducts.src = "upproducts.gif";
dnproducts = new Image(139,39); dnproducts.src = "dnproducts.gif";
upphoto = new Image(139,39); upphoto.src = "upphoto.gif";
dnphoto = new Image(139,39); dnphoto.src = "dnphoto.gif";
upquest = new Image(139,39); upquest.src = "upquest.gif";
dnquest = new Image(139,39); dnquest.src = "dnquest.gif";
uplinks = new Image(139,39); uplinks.src = "uplinks.gif";
dnlinks = new Image(139,39); dnlinks.src = "dnlinks.gif";
upcontact = new Image(139,39); upcontact.src = "upcontact.gif";
dncontact = new Image(139,39); dncontact.src = "dncontact.gif";
uparrowhints = new Image(139,39); uparrowhints.src = "uparrowhints.gif";
dnarrowhints = new Image(139,39); dnarrowhints.src = "dnarrowhints.gif";
uparrowinstall = new Image(139,39); uparrowinstall.src = "uparrowinstall.gif";
dnarrowinstall = new Image(139,39); dnarrowinstall.src = "dnarrowinstall.gif";
uparrowprocess = new Image(139,39); uparrowprocess.src = "uparrowprocess.gif";
dnarrowprocess = new Image(139,39); dnarrowprocess.src = "dnarrowprocess.gif";
upfeatures = new Image(139,39); upfeatures.src = "upfeatures.gif";
dnfeatures = new Image(139,39); dnfeatures.src = "dnfeatures.gif";
upwood = new Image(139,39); upwood.src = "upwood.gif";
dnwood = new Image(139,39); dnwood.src = "dnwood.gif";
updoor = new Image(139,39); updoor.src = "updoor.gif";
dndoor = new Image(139,39); dndoor.src = "dndoor.gif";
upwarrenty = new Image(139,39); upwarrenty.src = "upwarrenty.gif";
dnwarrenty = new Image(139,39); dnwarrenty.src = "dnwarrenty.gif";
upreturn = new Image(139,39); upreturn.src = "upreturn.gif";
dnreturn = new Image(139,39); dnreturn.src = "dnreturn.gif";
upnext = new Image(107,26); upnext.src = "upnext.gif";
dnnext = new Image(107,26); dnnext.src = "dnnext.gif";
upprev = new Image(107,26); upprev.src = "upprev.gif";
dnprev = new Image(107,26); dnprev.src = "dnprev.gif";
upexit = new Image(107,26); upexit.src = "upexit.gif";
dnexit = new Image(107,26); dnexit.src = "dnexit.gif";
dnalert = new Image(107,26); dnalert.src = "dnalert.gif";
}
function ChangeImage(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}
