	/* Clear value field */
	function clearThisField(obj) {
		obj.value = "";
	}