function openwin(url) {
        /* 横幅400px、縦幅400pxのウインドウを開く */
        w = window.open(url, 'win','width=400,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
       }