
toggleForm = function() {
	jQuery('#formular').toggle();
}