// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)

      if (document.images) {
            
	    img01ad = new Image();         
            img01ad.src = "images/photography/image001v.jpg";      
            img02ad = new Image();         
            img02ad.src = "images/photography/image002v.jpg";
            img03ad = new Image();         
            img03ad.src = "images/photography/image003v.jpg";
            img04ad = new Image();         
            img04ad.src = "images/photography/image004v.jpg";
            img05ad = new Image();         
            img05ad.src = "images/photography/image005v.jpg";
            img06ad = new Image();         
            img06ad.src = "images/photography/image006v.jpg";
            img07ad = new Image();         
            img07ad.src = "images/photography/image007v.jpg";
            img08ad = new Image();         
            img08ad.src = "images/photography/image008v.jpg";
            img09ad = new Image();         
            img09ad.src = "images/photography/image009v.jpg";
            img10ad = new Image();         
            img10ad.src = "images/photography/image010v.jpg";
            img11ad = new Image();         
            img11ad.src = "images/photography/image011v.jpg";
            img12ad = new Image();         
            img12ad.src = "images/photography/image012v.jpg";
            img13ad = new Image();         
            img13ad.src = "images/photography/image013v.jpg";
            img14ad = new Image();         
            img14ad.src = "images/photography/image014v.jpg";
            img15ad = new Image();         
            img15ad.src = "images/photography/image015v.jpg";
            img16ad = new Image();         
            img16ad.src = "images/photography/image016v.jpg";
            img17ad = new Image();         
            img17ad.src = "images/photography/image017v.jpg";
            img18ad = new Image();         
            img18ad.src = "images/photography/image018v.jpg";
            img19ad = new Image();         
            img19ad.src = "images/photography/image019v.jpg";
            img20ad = new Image();         
            img20ad.src = "images/photography/image020v.jpg";
            img21ad = new Image();         
            img21ad.src = "images/photography/image021v.jpg";
            img22ad = new Image();         
            img22ad.src = "images/photography/image022v.jpg";
            img23ad = new Image();         
            img23ad.src = "images/photography/image023v.jpg";
            img24ad = new Image();         
            img24ad.src = "images/photography/image024v.jpg";
            img25ad = new Image();         
            img25ad.src = "images/photography/image025v.jpg";
            img26ad = new Image();         
            img26ad.src = "images/photography/image026v.jpg";
            img27ad = new Image();         
            img27ad.src = "images/photography/image027v.jpg";
            img28ad = new Image();         
            img28ad.src = "images/photography/image028v.jpg";
            img29ad = new Image();         
            img29ad.src = "images/photography/image029v.jpg";
            img30ad = new Image();         
            img30ad.src = "images/photography/image030v.jpg";
            img31ad = new Image();         
            img31ad.src = "images/photography/image031v.jpg";
            img32ad = new Image();         
            img32ad.src = "images/photography/image032v.jpg";
            img33ad = new Image();         
            img33ad.src = "images/photography/image033v.jpg";
            img34ad = new Image();         
            img34ad.src = "images/photography/image034v.jpg";
            img35ad = new Image();         
            img35ad.src = "images/photography/image035v.jpg";
            img36ad = new Image();         
            img36ad.src = "images/photography/image036v.jpg";// Secondary popup Images
        }

// Function to 'activate' images.
     function imgOn(imgName) {
        if (document.images) {
            document["photo"].src = eval(imgName + "ad.src");
        }
}

// Function to 'deactivate' images.
     function imgOff(imgName) {
	if (document.images) {
	    document["photo"].src = "images/pixel.gif"; // Initially loaded Secondary popup Image
	}
}
//