    //mascot window open
    function MascotWin(windowname) {
        if(windowname=="qr") {
            qrwin=window.open("s_spoton/s_spoton046/qr.html","qr","width=230,height=230");
        }



    }
