//function browserCheck() {
	
function senden() {
document.formular.submit();
}

function loeschen() {
document.formular.reset();
}