if(document.images){
aboutoff=new Image
aboutoff.src="images/home/red/nav-about.gif"
abouton=new Image
abouton.src="images/home/red/nav-about-on.gif"

contactoff=new Image
contactoff.src="images/home/red/nav-contact.gif"
contacton=new Image
contacton.src="images/home/red/nav-contact-on.gif"

giftoff=new Image
giftoff.src="images/home/red/nav-gift.gif"
gifton=new Image
gifton.src="images/home/red/nav-gift-on.gif"

image1off=new Image
image1off.src="images/home/red/but-michael.gif"
image1on=new Image
image1on.src="images/home/red/but-michael-on.gif"

image2off=new Image
image2off.src="images/home/red/but-dan.gif"
image2on=new Image
image2on.src="images/home/red/but-dan-on.gif"

image3off=new Image
image3off.src="images/home/red/but-peter.gif"
image3on=new Image
image3on.src="images/home/red/but-peter-on.gif"

image4off=new Image
image4off.src="images/home/red/but-marianna.gif"
image4on=new Image
image4on.src="images/home/red/but-marianna-on.gif"

image5off=new Image
image5off.src="images/home/red/but-tina.gif"
image5on=new Image
image5on.src="images/home/red/but-tina-on.gif"

image6off=new Image
image6off.src="images/home/red/but-richard.gif"
image6on=new Image
image6on.src="images/home/red/but-richard-on.gif"

image7off=new Image
image7off.src="images/home/red/but-lori.gif"
image7on=new Image
image7on.src="images/home/red/but-lori-on.gif"

image8off=new Image
image8off.src="images/home/red/but-linda.gif"
image8on=new Image
image8on.src="images/home/red/but-linda-on.gif"

image9off=new Image
image9off.src="images/home/red/but-helen.gif"
image9on=new Image
image9on.src="images/home/red/but-helen-on.gif"

image10off=new Image
image10off.src="images/home/red/but-allan.gif"
image10on=new Image
image10on.src="images/home/red/but-allan-on.gif"

image11off=new Image
image11off.src="images/home/red/but-guest.gif"
image11on=new Image
image11on.src="images/home/red/but-guest-on.gif"

image12off=new Image
image12off.src="images/home/red/but-dianna.gif"
image12on=new Image
image12on.src="images/home/red/but-dianna-on.gif"
}

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")
	}
}
