function hilfe(Bereich)
{
  var URL = "hilfe.php?Bereich="+Bereich;
  F1 = window.open(URL,"","top=10,left=10,width=800,height=600,scrollbars=yes,resizable=yes");
}
