<!--
// Main JavaScript

if (document.images) {
imageweddingson = new Image();
imageweddingson.src = "/templates/pwinterton/images/weddings-hl.png";
imageweddingsoff = new Image();
imageweddingsoff.src = "/templates/pwinterton/images/weddings.png";
imageportraitson = new Image();
imageportraitson.src = "/templates/pwinterton/images/portraits-hl.png";
imageportraitsoff = new Image();
imageportraitsoff.src = "/templates/pwinterton/images/portraits.png";
imagecommercialon = new Image();
imagecommercialon.src = "/templates/pwinterton/images/commercial-hl.png";
imagecommercialoff = new Image();
imagecommercialoff.src = "/templates/pwinterton/images/commercial.png";
imageeventson = new Image();
imageeventson.src = "/templates/pwinterton/images/events-hl.png";
imageeventsoff = new Image();
imageeventsoff.src = "/templates/pwinterton/images/events.png";
imageabouton = new Image();
imageabouton.src = "/templates/pwinterton/images/about-hl.png";
imageaboutoff = new Image();
imageaboutoff.src = "/templates/pwinterton/images/about.png";
imagepriceson = new Image();
imagepriceson.src = "/templates/pwinterton/images/prices-hl.png";
imagepricesoff = new Image();
imagepricesoff.src = "/templates/pwinterton/images/prices.png";
imagecontacton = new Image();
imagecontacton.src = "/templates/pwinterton/images/contact-hl.png";
imagecontactoff = new Image();
imagecontactoff.src = "/templates/pwinterton/images/contact.png";
imagelinkson = new Image();
imagelinkson.src = "/templates/pwinterton/images/links-hl.png";
imagelinksoff = new Image();
imagelinksoff.src = "/templates/pwinterton/images/links.png";
imageclienton = new Image();
imageclienton.src = "/templates/pwinterton/images/client-hl.png";
imageclientoff = new Image();
imageclientoff.src = "/templates/pwinterton/images/client.png";

}

//-->
