services = new Image(97,16)
services.src = "n/services.gif"
servicesr = new Image(97,16)
servicesr.src = "n/servicesr.gif"
function SwapOutservices() {document.flipservices.src = servicesr.src; return true;}
function SwapBackservices() {document.flipservices.src = services.src; return true;}
contact = new Image(91,16)
contact.src = "n/contact.gif"
contactr = new Image(91,16)
contactr.src = "n/contactr.gif"
function SwapOutcontact() {document.flipcontact.src = contactr.src; return true;}
function SwapBackcontact() {document.flipcontact.src = contact.src; return true;}
home = new Image(74,16)
home.src = "n/home.gif"
homer = new Image(74,16)
homer.src = "n/homer.gif"
function SwapOuthome() {document.fliphome.src = homer.src; return true;}
function SwapBackhome() {document.fliphome.src = home.src; return true;}

