function CheckIt() 
{
var Password = document.forms[0].password.value;

if (Password == "somatic motor") 
{
document.location.href="ANS_SNS_key.xls";
} 
else 
{
alert('Wrong password, please try again');
}
}
