/* 

パスワードスクリプト

*/

i=0; 
function Check(){ 
i++; 
p="cdci"; 
wo=document.PA.pass.value; 
if(wo==p){ 
location.href="000090.html"; 
}
else{ 
alert("パスワードが違います"); 
document.PA.pass.value=""; 
if(i>=2){ 
location.href="000007.html"; 
}}}