function checkformular(){
	document.sendform.method = "post";
	document.sendform.action = document.URL;
	document.sendform.submit();
}
