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