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