  function openURL( url, w, h )
  {
    var win = window.open(url,"Weithensee","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width="+w+",height="+h);
    win.focus();
  }