function impOpen(url,w, h){
     var windowprops = "menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=no,width=" + w + ",height=" + h;
     popup = window.open(url,'impressum',windowprops);
     popup.moveTo((screen.width/2)-(w/2), (screen.height/2)-(h/2));
     //popup.moveTo((screen.availwidth/2)-(w/2), (screen.availHeight)-(h+100));
     popup.focus();
}
var content=0;
function clearIt(){
//alert(content);
  if(content==0) {
  document.forms[0].Nachricht.value='';
  content=1;
  }
}


/*www.sparkasse-mittelthueringen.de*/
function testField(daFieldObj){ //v1.0
        if(!daFieldObj.firstValue){
                daFieldObj.firstValue = daFieldObj.value;
        }
        if(daFieldObj.firstValue == daFieldObj.value){
                daFieldObj.value="";
        }
}

/*<input name="words" type="text" value="Suchbegriff" size="30" id="IfSuche" class="inputKontonummer" onfocus="testField(this, this.firstValue)" />*/
