if (document.images) {
        arImgSrc = new Array (
                "0",
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10",
                "11",
                "12",
                "13",
                "14",
                "15",
                "16"
        );
        arImgLst = new Array ();
        arImgLst2 = new Array ();
        for (i in arImgSrc) {
                arImgLst[i] = new Image ();
                arImgLst2[i] = new Image ();
                arImgLst[i].src = "menu-" + arImgSrc[i] + "-0.jpg";
                arImgLst2[i].src = "menu-" + arImgSrc[i] + "-1.jpg";
        }
}
function wn(a) {
window.open('/text/text.php'+a,'text','toolbar=0,location=0,scrollbars=1,status=0,menubar=0,resizable=1,width=467,height=500,top=50,left=50');
}
function wnñ() {
window.close('text');
}

