// JavaScript Document

//BBS ポップアップ
function OpenBBS(){
    win=window.open("../bbs/index.php","BBS","width=420,height=580,scrollbars=yes,toolbar=no");
}
//MAP ポップアップ
function OpenMap(str){
    win=window.open(str,"MAP","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=510,height=290");
}
//PrivacyPolicy ポップアップ
function OpenPP(str){
    win=window.open(str,"PP","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=620,height=550");
}