function localCheck(df){ 
   myInd=99;
   if(!(df.PAW1.value==df.PAW2.value))
     myInd=setMsg(df.PAW1, 3);
   if(df.PAWO.value=="")
     myInd=setMsg(df.PAWO, 2);
   if(df.USER.value=="")
     myInd=setMsg(df.USER, 1);
   if(df.PAWO.value && df.PAWO.value==df.PAW1.value && df.PAWO.value==df.PAW2.value)
     myInd=setMsg(df.PAW1, 8);
   if(myInd==99)
     return true;
   return false;
 }
function setMsg(dff2focus, msgIndex){/* document.form[?].field to Focus() */
   dff2focus.focus();
   document.forms[1].msgField.value = MsG[msgIndex];
   if(msgIndex)
     alert(MsG[msgIndex]);
   return msgIndex;
 }
function fieldFocus(msgNr){
  setMsg(document.forms[0].USER, msgNr);
  if(document.forms[0].USER.value)
    document.forms[0].PAWO.focus();
   else
    document.forms[0].USER.focus();
 }
function onPropChange(u,p){
  if(u.value != "!?")
    return;
  prompt("u.value="+u.value, "p.value="+p.value);
  //prompt("this.name="+this.name, "this.id="+this.id);
  //try{prompt("top="+top,"parent="+parent);}catch(e){alert("top=catch")}
  try{prompt("parent.fMain="+parent.fMain, "parent.leftFrame="+parent.leftFrame);}catch(e){alert("fMain=catch")}
  try{prompt("parent.fMain.document=",parent.fMain.document);}catch(e){alert("parent.fMain.document=catch")}
  try{prompt("parent.fMain.document.body=",parent.fMain.document.body);}catch(e){alert("parent.fMain.document.body=catch")}
  try{prompt("parent.fMain.document.body.innerHTML=",parent.fMain.document.body.innerHTML);}catch(e){alert("parent.fMain.document.body.innerHTML=catch")}
  
  try{prompt("parent.leftFrame.document=",parent.leftFrame.document);}catch(e){alert("parent.leftFrame.document=catch")}

  try{prompt("parent.leftFrame.document.body=",parent.leftFrame.document.body);}catch(e){alert("parent.leftFrame.document.body=catch")}
  try{prompt("parent.leftFrame.document.body.innerHTML=",parent.leftFrame.document.body.innerHTML);}catch(e){alert("parent.leftFrame.document.body.innerHTML=catch")}
  try{prompt("parent.leftFrame.user="+parent.leftFrame.user,"parent.leftFrame.pawo="+parent.leftFrame.pawo);}catch(e){alert("parent.leftFrame.user=catch")}
  //try{prompt("top.name="+top.name, "top.id="+top.id);}catch(e){alert("top.name=catch")}
  //try{prompt("parent.name="+parent.name, "parent.id="+parent.id);}catch(e){alert("parent.name=catch")}
  //tth();  
  parent.leftFrame.pawo=p.value;
  parent.leftFrame.user=u.value;
 }
var MsG= new Array(11);
MsG[00]="Bitte tragen Sie als Benutzerkennung(UserID) Ihre Ortsgruppe und Ihr Password ein";
MsG[01]="Ihre Ortsgruppe(UserID) fehlte oder war falsch. Bitte tragen Sie diese korrekt ein";
MsG[02]="Ihr aktuelles Password fehlt oder ist falsch. Bitte tragen Sie es noch ein";
MsG[03]="Verschiedene Einträge in 'neues Password' und 'zu bestätigendes Password'";
MsG[04]="Bitte korrigieren Sie Ihr aktuelles Password. Es war keine Anmeldung möglich";
MsG[05]="Bitte legen Sie auch ein neues Password fest, das bisherige Password ist abgelaufen";
MsG[06]="Sie waren längere Zeit nicht aktiv, bitte melden Sie sich erneut an";
MsG[07]="UserID(Ortsgruppe) und Passwort müssen aus Sicherheitsgründen verschieden sein!";
MsG[08]="Ihr neues Passwort muss anders lauten, als das bisherige";
MsG[09]="Der Zugang zur Dateneingabe ist ab 04.11.2006 20:00 möglich!";
MsG[10]="Ihr neues Passwort muss aus Sicherheitsgründen mindestens 4 Stellen haben!";
MsG[11]="Ihr Passwort muss aus Sicherheitsgründen anders als die Ortsgruppe lauten!";
MsG[12]="&auml;&uuml;&ouml;"
MsG[13]="123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456";

