function openPopupTrueTalk(url,name){name=name+Math.round(Math.random()*1000);openPopup(url,name)}function openPopup(url,name){var breite=365;var hoehe=400;var diff=0;diff=(brows=="ie"&&document.URL.search("easyprint")>0)?12:20;var pos_x=center_position("left",breite)+diff;var pos_y=center_position("top",hoehe);var win="width="+breite+",height="+hoehe+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,";win+=",left="+pos_x+",top="+pos_y;window.open(url,name,win)};