function wo(dateiname, winname, top, left, width, height, scrolling) {w = window.open(dateiname,winname,'top='+top+',left='+left+',alwaysRaised=no,location=no,toolbar=no,directories=no,status=no,menubar=no,scrollbars='+scrolling+',resizable=yes,width='+width+',height='+height);w.focus();}
function oeffnefenster (url) {var fenster=window.open(url, "fenster1", "width=690,height=450,status=0,scrollbars=yes,resizable=yes");fenster.focus();return false;}
function wPop (url) {var myPop=window.open(url, "wpop", "width=690,height=450,status=0,scrollbars=yes,resizable=yes");myPop.focus();return false;}
