function ExternOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=700,width=700,top=40,left=60,resizable=yes,status=yes,toolbar=yes,directories=yes,menubar=yes,location=yes,scrollbars=yes");
      fenster2.focus();
      return false;}

   function ImageOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=450,width=600,top=40,left=60,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster2.focus();
      return false;}

                   
function PassOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=349,width=542,top=80,left=85,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster2.focus();
      return false;}










