if (document.images) {
	ph_upstairs = new Image
	ph_upstairs.src = "i/ph_upstairs.jpg"
	ph_slider = new Image
	ph_slider.src = "i/ph_slider.jpg"
	ph_river = new Image
	ph_river.src = "i/ph_river.jpg"
	ph_living = new Image
	ph_living.src = "i/ph_living.jpg"
	ph_living2 = new Image
	ph_living2.src = "i/ph_living2.jpg"
	ph_kitchen = new Image
	ph_kitchen.src = "i/ph_kitchen.jpg"
	ph_kitchen2 = new Image
	ph_kitchen2.src = "i/ph_kitchen2.jpg"
	ph_exterior = new Image
	ph_exterior.src = "i/ph_exterior.jpg"
	ph_dining = new Image
	ph_dining.src = "i/ph_dining.jpg"
	ph_deck = new Image
	ph_deck.src = "i/ph_deck.jpg"
	ph_bedroom = new Image
	ph_bedroom.src = "i/ph_bedroom.jpg" 
	ph_bedroom2 = new Image
	ph_bedroom2.src = "i/ph_bedroom2.jpg"
	ph_bedroom3 = new Image
	ph_bedroom3.src = "i/ph_bedroom3.jpg" 
	ph_dock = new Image
	ph_dock.src = "i/ph_dock.jpg" 
	ph_cove = new Image
	ph_cove.src = "i/ph_cove.jpg" 
}
else {
	
	ph_upstairs = ""
	ph_slider = ""
	ph_river = ""
	ph_living = ""
	ph_living2 = ""
	ph_kitchen = ""
	ph_kitchen2 = ""
	ph_exterior = "" 
	ph_dining = "" 
	ph_deck = ""
	ph_bedroom = ""
	ph_bedroom2 = ""
	ph_bedroom3 = ""
	ph_dock = ""
	ph_cove = ""
	 
	document.photo = "" 
}