function showprof(Ziel)
{
win = window.open(Ziel,"msgprof","resizable=1,scrollbars=yes,width=600,height=300,screenX=0,screenY=0,left=0,top=0");
if (win != null)
if (win.closed);
win.focus();
}
