
{
   img1 = new Image();
   img2 = new Image();
   img3 = new Image();
   img4 = new Image();
   img5 = new Image();
   img6 = new Image();
   img7 = new Image();
   img8 = new Image();
   img9 = new Image();
   img10 = new Image();
   img11 = new Image();
   img12 = new Image();

 img1.src = "images/znlt_carinandme.gif";
 img2.src = "images/znlt_ourhome.gif";
 img3.src = "images/znlt_lifestyle.gif";
 img4.src = "images/znlt_philosophy.gif";
 img5.src = "images/znlt_next.gif";
 img6.src = "images/znlt_contactusnormal.gif";
 img7.src = "images/znlt_expectations.gif";
 img8.src = "images/znlt_back.gif";
 img9.src = "images/znlt_home.gif";
 img10.src = "images/znlt_photo.gif";
 img11.src = "images/znlt_carinspage.gif";
 img12.src = "images/znlt_kenspage.gif";

}




function swapOn1() {
    if (document.images)
        document.imageName1.src='images/znlt_carinandme.gif'
}

function swapOn2() {
    if (document.images)
        document.imageName1.src='images/znlt_ourhome.gif'
}

function swapOn3() {
    if (document.images)
        document.imageName1.src='images/znlt_lifestyle.gif'
}

function swapOn4() {
    if (document.images)
        document.imageName1.src='images/znlt_philosophy.gif'
}

function swapOn5() {
    if (document.images)
        document.imageName1.src='images/znlt_expectations.gif'
}

function swapOn6() {
    if (document.images)
        document.imageName1.src='images/znlt_next.gif'
}

function swapOn7() {
    if (document.images)
        document.imageName1.src='images/znlt_back.gif'
}

function swapOn8() {
    if (document.images)
        document.imageName1.src='images/znlt_home.gif'
}

function swapOn9() {
    if (document.images)
        document.imageName1.src='images/znlt_photo.gif'
}

function swapOn10() {
    if (document.images)
        document.imageName1.src='images/znlt_contactusnormal.gif'
}

function swapOn11() {
    if (document.images)
        document.imageName1.src='images/znlt_carinspage.gif'
}

function swapOn12() {
    if (document.images)
        document.imageName1.src='images/znlt_kenspage.gif'
}

function swapOff1() {
    if (document.images)
        document.imageName1.src='images/blank.gif'
}

