<!--
    var image = new array();
        image[0] = "";
    var imgon = new array();
    for(i = 0; i < image.length; i++) {
        imgon[i] = new image();
        imgon[i].src = image[i];
    }
    function chg(thesrc) {
        document.images['_'].src= thesrc;
    }
    function mychgpic(mypicurl){
        document.images["mybigimage"].src = mypicurl;
    }
//-->
