function QueryEnter()
{
	getstats();
	return (false);
}


function getstats() {
  var pswd;
  pswd = document.frm.pswd.value
     if (pswd == "")
	{ 
           alert('\nERROR\n\nSie muessen schon das Passwort angeben,\num zu Ihren Seiten zu kommen.');
        } 
    else
	{
	 var location=("internix/" + pswd + ".htm");
         document.location.href = location;
	}
	}
//-->

function loadpage(){
	document.location.href=document.frm.pswd.value + ".htm"
}
