
function sform (typ) {
	document.getElementById("c").value=typ;
	//alert("typ: "+typ+"\ntyp2: "+typ2);
	document.getElementById("formular").submit();
}
