<!--

var e = "odillo";
var d = "odillo";  
function Pass()
{
 if (document.Form.Password.value == e)
   {
     if (document.Form.UserName.value == d)
  
{window.location.href = "entrata_psw.htm"}
     else
   {window.location.href = "errore.htm"}
   }
 else
{window.location.href = "errore.htm"}
}
 
// -->
