function nachVorne() {
    setTimeout("self.focus()",250);
}
function setzeFocus() 
{
    focus();
}
