if (document.images) {
		buttonHomeOff = new Image
		buttonHomeOver = new Image
		buttonNewsOff = new Image
		buttonNewsOver = new Image
		buttonHistoryOff = new Image
		buttonHistoryOver = new Image
		buttonRestorationOff = new Image
		buttonRestorationOver = new Image
		buttonFutureOff = new Image
		buttonFutureOver = new Image
		buttonGalleryOff = new Image
		buttonGalleryOver = new Image
		buttonDiagramOff = new Image
		buttonDiagramOver = new Image
		buttonFloorPlanOff = new Image
		buttonFloorPlanOver = new Image
		buttonFAQOff = new Image
		buttonFAQOver = new Image
		buttonDonateOff = new Image
		buttonDonateOver = new Image
		buttonStoreOff = new Image
		buttonStoreOver = new Image
		buttonLinksOff = new Image
		buttonLinksOver = new Image
		buttonContactOff = new Image
		buttonContactOver = new Image
		buttonBackOff = new Image
		buttonBackOver = new Image
		buttonTopOff = new Image
		buttonTopOver = new Image
				
		buttonHomeOff.src = "buttons/Button_Home_Off.GIF"
		buttonHomeOver.src = "buttons/Button_Home_Over.GIF"
		buttonNewsOff.src = "buttons/Button_News_Off.GIF"
		buttonNewsOver.src = "buttons/Button_News_Over.GIF"
		buttonHistoryOff.src = "buttons/Button_History_Off.GIF"
		buttonHistoryOver.src = "buttons/Button_History_Over.GIF"
		buttonRestorationOff.src = "buttons/Button_Restoration_Off.GIF"
		buttonRestorationOver.src = "buttons/Button_Restoration_Over.GIF"
		buttonFutureOff.src = "buttons/Button_Future_Off.GIF"
		buttonFutureOver.src = "buttons/Button_Future_Over.GIF"
		buttonGalleryOff.src = "buttons/Button_Gallery_Off.GIF"
		buttonGalleryOver.src = "buttons/Button_Gallery_Over.GIF"
		buttonDiagramOff.src = "buttons/Button_Diagram_Off.GIF"
		buttonDiagramOver.src = "buttons/Button_Diagram_Over.GIF"
		buttonFloorPlanOff.src = "buttons/Button_Floorplan_Off.GIF"
		buttonFloorPlanOver.src = "buttons/Button_Floorplan_Over.GIF"
		buttonFAQOff.src = "buttons/Button_FAQ_Off.GIF"
		buttonFAQOver.src = "buttons/Button_FAQ_Over.GIF"
		buttonDonateOff.src = "buttons/Button_Donate_Off.GIF"
		buttonDonateOver.src = "buttons/Button_Donate_Over.GIF"
		buttonStoreOff.src = "buttons/Button_Store_Off.GIF"
		buttonStoreOver.src = "buttons/Button_Store_Over.GIF"
		buttonLinksOff.src = "buttons/Button_Links_Off.GIF"
		buttonLinksOver.src = "buttons/Button_Links_Over.GIF"
		buttonContactOff.src = "buttons/Button_Contact_Off.GIF"
		buttonContactOver.src = "buttons/Button_Contact_Over.GIF"
		buttonBackOff.src = "images/StNickIconL.GIF"
		buttonBackOver.src = "images/StNickIconL_Over.GIF"
		buttonTopOff.src = "images/StNickIconR.GIF"
		buttonTopOver.src = "images/StNickIconR_Over.GIF"
	}
	else {
		buttonHomeOff = ""
		buttonHomeOver = ""
		buttonNewsOff = ""
		buttonNewsOver = ""
		buttonHistoryOff = ""
		buttonHistoryOver = ""
		buttonRestorationOff = ""
		buttonRestorationOver = ""
		buttonFutureOff = ""
		buttonFutureOver = ""
		buttonGalleryOff = ""
		buttonGalleryOver = ""
		buttonDiagramOff = ""
		buttonDiagramOver = ""
		buttonFloorPlanOff = ""
		buttonFloorPlanOver = ""
		buttonFAQOff = ""
		buttonFAQOver = ""
		buttonDonateOff = ""
		buttonDonateOver = ""
		buttonStoreOff = ""
		buttonStoreOver = ""
		buttonLinksOff = ""
		buttonLinksOver = ""
		buttonContactOff = ""
		buttonContactOver = ""
		buttonBackOff = ""
		buttonBackOver = ""
		document.button1 = ""
		document.button2 = ""
		document.button3 = ""
		document.button4 = ""
		document.button5 = ""
		document.button6 = ""
		document.button7 = ""
		document.button8 = ""
		document.button9 = ""
		document.button10 = ""
		document.button11 = ""
		document.button12 = ""
		document.button13 = ""
		document.button14 = ""
		document.button15 = ""
	}
