
if (document.images) {            // Active Images
            img1on = new Image();      
            img1on.src = "images/whywardogs.gif"; 
            img2on = new Image(); 
            img2on.src = "images/symbolism.gif";  
            img3on = new Image();
            img3on.src = "images/istheclubrightforme.gif";
            img4on = new Image();
            img4on.src = "images/pictures.gif";
            img5on = new Image();
            img5on.src = "images/prospecting.gif";
            img7on = new Image();
            img7on.src = "images/calandar.gif";
			img8on = new Image();
            img8on.src = "images/application.gif";
			img9on = new Image();
            img9on.src = "images/clubpage.gif";
			img10on = new Image();
            img10on.src = "images/home.gif";
			img11on = new Image();
            img11on.src = "images/contactus.gif";
			img12on = new Image();
            img12on.src = "images/patrioticsongs.gif";
			img13on = new Image();
            img13on.src = "images/clubofficers.gif";
			img14on = new Image();
            img14on.src = "images/links.gif";
           
            img1off = new Image(); 
            img1off.src = "images/whywardogsoff.gif"; 
            img2off = new Image();          
            img2off.src = "images/symbolismoff.gif"; 
            img3off = new Image();
            img3off.src = "images/istheclubrightformeoff.gif";
            img4off = new Image();
            img4off.src = "images/picturesoff.gif";
            img5off = new Image();
            img5off.src = "images/prospectingoff.gif";
            img7off = new Image();
            img7off.src = "images/calandaroff.gif";
			img8off = new Image();
            img8off.src = "images/applicationoff.gif";
			img9off = new Image();
            img9off.src = "images/clubpageoff.gif";
			img10off = new Image();
            img10off.src = "images/homeoff.gif";
			img11off = new Image();
            img11off.src = "images/contactusoff.gif";
			img12off = new Image();
            img12off.src = "images/patrioticsongsoff.gif";
			img13off = new Image();
            img13off.src = "images/clubofficersoff.gif";
			img14off = new Image();
            img14off.src = "images/linksoff.gif";

        }

// Function to 'activate' images.

function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.

function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

// Function to 'deactivate' images.

function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}


function doNothing(){;} 
function popUp(winFile, winWidth, winHeight) { 
window.open(winFile, '', 'width=' + winWidth + ',height=' + winHeight); } 


