function CheckIt() 
{
var Password = document.forms[0].password.value;

if (Password == "hyperkalemia") 
{
document.location.href="urinary potassium key.doc";
} 
else 
{
alert('Wrong password, please try again');
}
}
