




function fenster()
{
bild =
 window.open("kontraer.php", "bild", "width=390,height=625,top=30,left=350,scrollbars=no,resizable=no");
 bild.focus();
}
