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