if (document.images) { abouton = new Image; abouton.src = "images/nav/about2.gif"; menuson = new Image; menuson.src = "images/nav/menus2.gif"; locationson = new Image; locationson.src = "images/nav/locations2.gif"; restorationon = new Image; restorationon.src = "images/nav/restoration2.gif"; weddingson = new Image; weddingson.src = "images/nav/weddings2.gif"; contacton = new Image; contacton.src = "images/nav/contact2.gif"; aboutoff = new Image; aboutoff.src = "images/nav/about.gif"; menusoff = new Image; menusoff.src = "images/nav/menus.gif"; locationsoff = new Image; locationsoff.src = "images/nav/locations.gif"; restorationoff = new Image; restorationoff.src = "images/nav/restoration.gif"; weddingsoff = new Image; weddingsoff.src = "images/nav/weddings.gif"; contactoff = new Image; contactoff.src = "images/nav/contact2.gif"; } function img_act(imgName) { if (document.images) { imgOn = eval(imgName + "on.src"); document [imgName].src = imgOn; } } function img_inact(imgName) { if (document.images) { imgOff = eval(imgName + "off.src"); document [imgName].src = imgOff; } }