<!--//yonenami/xxx/
i=0;
function Check(){
  i++;
  p1="airship";
  pz="123";
  wo=document.PA.pass.value;
if(wo=="315"||wo=="zaiko"||wo=="stock"){
 location.href="zaiko.html";
}else{
  if(wo=="999"||wo=="zzz"){
    location.href="999.html";
  }else{
    if(wo=="666"||wo=="777"){
      location.href="sc_01.html";
    }else{
      if(wo=="000"||wo=="111"){
        location.href="_index.htm";
      }else{
        if(wo=="222"||wo=="333"){
          location.href="sa-ss/_index.htm";
        }else{
          if(wo==p1||wo==pz){
            location.href="airships/airships_spec_table.htm";
          }else{
            alert("パスワードが違います！\n (半角英数で入力)");
            document.PA.pass.value="";
              if(i>=3){
                location.href="sa-ss/index.htm";
              }
            }
          }
        }
      }
    }
  }
}
// -->

