function formular()
{fenster=window.open("formular.htm","form","width=500,height=460");
fenster.moveTo((screen.width-400)/2,(screen.height-380)/2);
}
