// JavaScript Document

//BBS ポップアップ
function OpenBBS(){
    win=window.open("../cgi/bbs2/index.php","BBS","width=420,height=580,scrollbars=yes,toolbar=no");
}