function page(url)
{
   opener.location=url;
}


function zu()
{
   window.close()
}


function text(txt)
{
   open.status = txt;
   setTimeout("aus()",4000);
}



function aus()
{
   open.status="";
}