function fenster(u,n,w,h,x,y)
{ //F1 = open(u,n,"width="+w+",height="+h+",screenX="+x+",screenY="+y+",resizable=yes,scrollbars=yes,status=yes,menubar=no,toolbar=no");
  F1 = open(u,n,"width="+w+",height="+h+",screenX="+x+",screenY="+y+",resizable=yes,scrollbars=yes,status=yes");
  F1.focus();
}
function send()
{
}

