function fenster()
{
F1 = window.open("umfrage.htm","link","left=0,top=0,scrollbars=yes");
F1.focus();
}
