// JavaScript Document

function clearField(wert) { 
	document.getElementById(wert).value = "";
}
