function fclear (inp) {
	var inp;
	document.getElementById(inp).value = "";
}
