if (document.images) {

	homeOff = new Image
	homeOn = new Image
	aboutOff = new Image
	aboutOn = new Image
	shopOff = new Image
	shopOn = new Image
	servicesOff = new Image
	servicesOn = new Image
	contactOff = new Image
	contactOn = new Image
	linksOff = new Image
	linksOn = new Image

	homeOff.src = "images/home-off.gif"
	homeOn.src = "images/home-on.gif"
	aboutOff.src = "images/about-off.gif"
	aboutOn.src = "images/about-on.gif"
	shopOff.src = "images/shop-off.gif"
	shopOn.src = "images/shop-on.gif"
	servicesOff.src = "images/services-off.gif"
	servicesOn.src = "images/services-on.gif"
	contactOff.src = "images/contact-off.gif"
	contactOn.src = "images/contact-on.gif"
	linksOff.src = "images/links-off.gif"
	linksOn.src = "images/links-on.gif"
	}

else {
	homeOff = ""
	homeOn = ""
	aboutOff = ""
	aboutOn = ""
	shopOff = ""
	shopOn = ""
	servicesOff = ""
	servicesOn = ""
	contactOff = ""
	contactOn = ""
	linksOff = ""
	linksOn = ""

	document.homebutton = ""
	document.aboutbutton = ""
	document.shopbutton = ""
	document.servicesbutton = ""
	document.contactbutton = ""
	document.linksbutton = ""
	}