function clearTxtCtrl(theForm,theControl) {
	document.forms[theForm][theControl].value=""; }

