var strPW = "rmroken200903";

function CheckPW(pw) {
    if (pw == strPW) {
        location.href = "rm_tuiho_dl.html";
    } else {
        alert("パスワードが違います！共済会03-5419-8100までパスワードをお問い合わせ下さい。");
    }
}