if (document.images) {

	homeOff = new Image
	homeOn = new Image
	shopOff = new Image
	shopOn = new Image
	shop2Off = new Image
	shop2On = new Image
	infoOff = new Image
	infoOn = new Image
	contactOff = new Image
	contactOn = new Image
	braceletsOff = new Image
	braceletsOn = new Image
	necklacesOff = new Image
	necklacesOn = new Image
	earringsOff = new Image
	earringsOn = new Image
	miscOff = new Image
	miscOn = new Image
	addtocartOff = new Image
	addtocartOn = new Image

	homeOff.src = "../images/home.gif"
	homeOn.src = "../images/home-over.gif"
	shopOff.src = "../images/shop.gif"
	shopOn.src = "../images/shop-over.gif"
	shop2Off.src = "../images/shop2.gif"
	shop2On.src = "../images/shop2-over.gif"
	infoOff.src = "../images/info.gif"
	infoOn.src = "../images/info-over.gif"
	contactOff.src = "../images/contact.gif"
	contactOn.src = "../images/contact-over.gif"
	braceletsOff.src = "../images/bracelets.gif"
	braceletsOn.src = "../images/bracelets-over.gif"
	necklacesOff.src = "../images/necklaces.gif"
	necklacesOn.src = "../images/necklaces-over.gif"
	earringsOff.src = "../images/earrings.gif"
	earringsOn.src = "../images/earrings-over.gif"
	miscOff.src = "../images/miscellaneous.gif"
	miscOn.src = "../images/miscellaneous-over.gif"
	addtocartOff.src = "../images/addtocart.gif"
	addtocartOn.src = "../images/addtocart-over.gif"
	}

else {
	homeOff = ""
	homeOn = ""
	shopOff = ""
	shopOn = ""
	shop2Off = ""
	shop2On = ""
	infoOff = ""
	infoOn = ""
	contactOff = ""
	contactOn = ""
	braceletsOff = ""
	braceletsOn = ""
	necklacesOff = ""
	necklacesOn = ""
	earringsOff = ""
	earringsOn = ""
	miscOff = ""
	miscOn = ""
	addtocartOff = ""
	addtocartOn = ""

	document.buttonHome = ""
	document.buttonShop = ""
	document.buttonShop2 = ""
	document.buttonInfo = ""
	document.buttonContact = ""
	document.buttonBracelets = ""
	document.buttonNecklaces = ""
	document.buttonEarrings = ""
	document.buttonMisc = ""
	document.buttonAddtocart = ""
	document.buttonAddtocart2 = ""
	document.buttonAddtocart3 = ""
	document.buttonAddtocart4 = ""
	document.buttonAddtocart5 = ""
	document.buttonAddtocart6 = ""
	document.buttonAddtocart7 = ""
	document.buttonAddtocart8 = ""
	document.buttonAddtocart9 = ""
	document.buttonAddtocart10 = ""
	document.buttonAddtocart11 = ""
	document.buttonAddtocart12 = ""
	document.buttonAddtocart13 = ""
	document.buttonAddtocart14 = ""
	document.buttonAddtocart15 = ""
	document.buttonAddtocart16 = ""
	document.buttonAddtocart17 = ""
	}