<!--//
function checkpassword() 
{ 
$password=document.form1.pass.value; 

if ($password == "msmusic") 
{ 
   window.location.href="kteldownloads.html"; 
} 
else 
{ 

   window.location.href="wrongpw.html"; 
} 

} 
 

//-->