function empfehlung_zeigen (url) {
   empfehlung_win=window.open("/empfehlung/index.php3?url="+url,"Empfehlung","resizable=no,toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,width=500,height=250");
   empfehlung_win.focus();
}
