function weitere(url)      {

    //umlenkung auf php-skript
    if (url=="an_webmeister.php")  {
           fenster=window.open(url, "",
           "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=100,left=200,width=640,height=420");
    } else if  (url=="http://www.guht.de") {
            fenster=window.open(url, "",
           "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=720,height=520");
    } else {
             url=url;
    fenster=window.open(url, "",
           "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=420");
    }
  

}