﻿
 function preloadImages(){
   if(document.images){
     otherImageDefault = new Image()
     otherImageDefault.src = "images/property/lavatera.jpg"
     otherImage1 = new Image()
     otherImage1.src = "images/property/lily.jpg"
     otherImage2 = new Image()
     otherImage2.src = "images/property/phlox.jpg"
     otherImage3 = new Image()
     otherImage3.src = "images/property/lavatera.jpg"     
     otherImage4 = new Image()
     otherImage4.src = "images/property/lupine.jpg"
     otherImage5 = new Image()
     otherImage5.src = "images/property/sweet_william.jpg"
       otherImage6 = new Image()
     otherImage6.src = "images/property/maple.jpg"
       otherImage7 = new Image()
     otherImage7.src = "images/property/lilac.jpg"
       otherImage8 = new Image()
     otherImage8.src = "images/property/damson.jpg"
  otherImage9 = new Image()
     otherImage9.src = "images/property/sweet_pea.jpg"
  otherImage10= new Image()
     otherImage10.src = "images/property/love_lies_bleeding.jpg"
   
}
}




