function okno(URL,win,wlasc)

{

  window.open(URL,win,wlasc);

}

        if (document.images) {

            hhg1on = new Image();

            hhg1on.src = "/picture/more2.jpg";





            hhg1off = new Image();

            hhg1off.src = "/picture/more1.jpg";



        }



function imgOn(imgName) {

        if (document.images) {

            document[imgName].src = eval(imgName + "on.src");

        }

}





function imgOff(imgName) {

        if (document.images) {

            document[imgName].src = eval(imgName + "off.src");

        }

}

