﻿function preloadImages(){
   if(document.images){
     otherImageDefault = new Image()
     otherImageDefault.src = "images/property/house.jpg"
     otherImage1 = new Image()
     otherImage1.src = "images/property/house.jpg"
     otherImage2 = new Image()
     otherImage2.src = "images/property/garden1.jpg"
     otherImage3 = new Image()
     otherImage3.src = "images/property/garden3.jpg"     
     otherImage4 = new Image()
     otherImage4.src = "images/property/garden4.jpg"
     otherImage5 = new Image()
     otherImage5.src = "images/property/garden.jpg"
     otherImage6 = new Image()
     otherImage6.src = "images/property/bench.jpg"
     otherImage7 = new Image()
     otherImage7.src = "images/property/parking.jpg"     
     otherImage8 = new Image()
     otherImage8.src = "images/property/garden2.jpg"
     otherImage9 = new Image()
     otherImage9.src = "images/property/front.jpg"
     otherImage10 = new Image()
     otherImage10.src = "images/property/deck.jpg"
   
}
}

