gifHome = new Image(200,200,200)
gifHome.src = "images/home.png"
gifHome2 = new Image(200,200,200)
gifHome2.src = "images/home2.png"
gifAbout = new Image(200,200)
gifAbout.src = "images/about.png"
gifAbout2 = new Image(200,200)
gifAbout2.src = "images/about2.png"
gifTestimonials = new Image(200,200)
gifTestimonials.src = "images/testimonials.png"
gifTestimonials2 = new Image(200,200)
gifTestimonials2.src = "images/testimonials2.png"
gifContact = new Image(200,200)
gifContact.src = "images/contact.png"
gifContact2 = new Image(200,200)
gifContact2.src = "images/contact2.png"
gifWeddings = new Image(54,18)
gifWeddings.src = "images/weddings.png"
gifWeddings2 = new Image(54,18)
gifWeddings2.src = "images/weddings2.png"
gifHennights = new Image(54,18)
gifHennights.src = "images/hennights.png"
gifHennights2 = new Image(54,18)
gifHennights2.src = "images/hennights2.png"
gifBirthdays = new Image(54,18)
gifBirthdays.src = "images/birthdays.png"
gifBirthdays2 = new Image(54,18)
gifBirthdays2.src = "images/birthdays2.png"
gifParties = new Image(54,18)
gifParties.src = "images/parties.png"
gifParties2 = new Image(54,18)
gifParties2.src = "images/parties2.png"
gifProms = new Image(54,18)
gifProms.src = "images/proms.png"
gifProms2 = new Image(54,18)
gifProms2.src = "images/proms2.png"
gifTours = new Image(54,18)
gifTours.src = "images/tours.png"
gifTours2 = new Image(54,18)
gifTours2.src = "images/tours2.png"
gifAscot = new Image(54,18)
gifAscot.src = "images/ascot.png"
gifAscot2 = new Image(54,18)
gifAscot2.src = "images/ascot2.png"

function changeImg(cImg,ref) {
document.images[cImg].src = ref.src
}