function pass(checkform) {
    var word = checkform.secret.value;
    if (word == 'bbs') { location.href = './factory/bbs/IncludeBBS.cgi' }
    else { alert('「' + word + '」は正しいパスワードではありません') }
}