function fenster(url)
{
newWin=window.open(url,"openWin","dependent=yes,width=600,height=550,menubar=no,scrollbars=no,status=no,screenX=0,screenY=0");
newWin.focus();
}
