	if (document.images) {
		homeOn = new Image
		homeOff = new Image
		contactOn = new Image
		contactOff = new Image
		aboutOn = new Image
		aboutOff = new Image
		
		homeOn.src = "images/icon.home.hov.gif"
		homeOff.src = "images/icon.home.gif"
		contactOn.src = "images/icon.contact.hov.gif"		
		contactOff.src = "images/icon.contact.gif"	
		aboutOn.src = "images/icon.about.hov.gif"		
		aboutOff.src = "images/icon.about.gif"		
		
	}
	else {
		homeOn = ""
		homeOff = ""
		contactOn = ""
		contactOff = ""
		aboutOn = ""
		aboutOff = ""
		
		document.home = ""
		document.contact = ""
		document.about = ""
		
	}