function neuesFenster (nacht)
{
  alert(nacht);           
};


function setFocus()
{
  alert('hallo');
  document.form1.aktivesearch.focus();
};
