function formSubmit(formular) {
 ctrl = document.forms[formular];
 ctrl.submit();
}
