        if (document.images) {            // Active Images

            menu1on = new Image();

               menu1on.src = "http://www.keohi.com/keohiwebdesign/images/homecorporateon.gif";

               menu2on = new Image();

               menu2on.src = "http://www.keohi.com/keohiwebdesign/images/homeproductson.gif";

               menu3on = new Image();

               menu3on.src = "http://www.keohi.com/keohiwebdesign/images/homecontactuson.gif";

               menu4on = new Image();

               menu4on.src = "http://www.keohi.com/keohiwebdesign/images/2ndlayer_homeon.gif";


           
               menu1off = new Image();

               menu1off.src = "http://www.keohi.com/keohiwebdesign/images/homecorporateoff.gif";

               menu2off = new Image();

               menu2off.src = "http://www.keohi.com/keohiwebdesign/images/homeproductsoff.gif";

               menu3off = new Image();

               menu3off.src = "http://www.keohi.com/keohiwebdesign/images/homecontactusoff.gif";

                menu4off = new Image();

               menu4off.src = "http://www.keohi.com/keohiwebdesign/images/2ndlayer_homeoff.gif";





        }



// Function to 'activate' images.

function img_act(imgName) {

        if (document.images) {

            document[imgName].src = eval(imgName + "on.src");

        }

}



// Function to 'deactivate' images.

function img_inact(imgName) {

        if (document.images) {

            document[imgName].src = eval(imgName + "off.src");

        }

}



function popup(url){
window.open (url, "KeohiWebDesign", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=320,height=300,left=150,top=10,screenX=150,screenY=10");
}
<!-- 

 -->
