//wは横幅 //hは高さ //sはスクロールバーの有無 1(on) or 0(off) function openwin(url, w, h, s) { window.open(url, "", "status=yes,resizable=yes,width=" + w + ",height=" + h + ",scrollbars=" + s); }