function removeValue(theObj)
	{
		if (theObj.value!=''){theObj.value='';}
	}
