


  
function Delete (theForm)
 {
  document.formular.comments.value ='';
  document.formular.name.value ='';
  document.formular.email.value ='';
  document.formular.city.value ='';
  document.formular.url.value ='';
  if (document.formular.wurm.value !='happyend')
  document.formular.wurm.value ='';
 }

function popUp(bearURL, x, y){
        desktop =window.open(bearURL,"_blank","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width="+x+",height="+y+",resizable=no,left=0,top=0");
        }