<!--
// Main JavaScript

if (document.images) {
imageabouton = new Image();
imageabouton.src = "/templates/gmorton/images/about-hl.png";
imageaboutoff = new Image();
imageaboutoff.src = "/templates/gmorton/images/about.png";
imageweddingson = new Image();
imageweddingson.src = "/templates/gmorton/images/weddings-hl.png";
imageweddingsoff = new Image();
imageweddingsoff.src = "/templates/gmorton/images/weddings.png";
imagelifestyleon = new Image();
imagelifestyleon.src = "/templates/gmorton/images/lifestyle-hl.png";
imagelifestyleoff = new Image();
imagelifestyleoff.src = "/templates/gmorton/images/lifestyle.png";
imagecommercialon = new Image();
imagecommercialon.src = "/templates/gmorton/images/commercial-hl.png";
imagecommercialoff = new Image();
imagecommercialoff.src = "/templates/gmorton/images/commercial.png";
imagecontacton = new Image();
imagecontacton.src = "/templates/gmorton/images/contact-hl.png";
imagecontactoff = new Image();
imagecontactoff.src = "/templates/gmorton/images/contact.png";

}

//-->
