function fenster()
{
var win;
win=window.open("for_pass.php","NeuesFenster","width=320,height=180");
win.setTimeout('window.close()',30000);
}