<!--
// Main JavaScript

if (document.images) {
imageportraitspriceson = new Image();
imageportraitspriceson.src = "/images/main/menu/portraitsprices-hl.jpg";
imageportraitspricesoff = new Image();
imageportraitspricesoff.src = "/images/main/menu/portraitsprices.jpg";
imageportraitsgalleryon = new Image();
imageportraitsgalleryon.src = "/images/main/menu/portraitsgallery-hl.jpg";
imageportraitsgalleryoff = new Image();
imageportraitsgalleryoff.src = "/images/main/menu/portraitsgallery.jpg";
imageweddingsgalleryon = new Image();
imageweddingsgalleryon.src = "/images/main/menu/weddingsgallery-hl.jpg";
imageweddingsgalleryoff = new Image();
imageweddingsgalleryoff.src = "/images/main/menu/weddingsgallery.jpg";
imageboudoirpriceson = new Image();
imageboudoirpriceson.src = "/images/main/menu/boudoirprices-hl.jpg";
imageboudoirpricesoff = new Image();
imageboudoirpricesoff.src = "/images/main/menu/boudoirprices.jpg";
imageboudoirgalleryon = new Image();
imageboudoirgalleryon.src = "/images/main/menu/boudoirgallery-hl.jpg";
imageboudoirgalleryoff = new Image();
imageboudoirgalleryoff.src = "/images/main/menu/boudoirgallery.jpg";
imagemodelgalleryon = new Image();
imagemodelgalleryon.src = "/images/main/menu/modelgallery-hl.jpg";
imagemodelgalleryoff = new Image();
imagemodelgalleryoff.src = "/images/main/menu/modelgallery.jpg";
imagebeautygalleryon = new Image();
imagebeautygalleryon.src = "/images/main/menu/beautygallery-hl.jpg";
imagebeautygalleryoff = new Image();
imagebeautygalleryoff.src = "/images/main/menu/beautygallery.jpg";
imagecommercialgalleryon = new Image();
imagecommercialgalleryon.src = "/images/main/menu/commercialgallery-hl.jpg";
imagecommercialgalleryoff = new Image();
imagecommercialgalleryoff.src = "/images/main/menu/commercialgallery.jpg";

imagespecialon = new Image();
imagespecialon.src = "/images/main/menu/special-hl.jpg";
imagespecialoff = new Image();
imagespecialoff.src = "/images/main/menu/special.jpg";
}

//-->

