function clearValue(obj)
{
	if (obj)
		obj.value = "";
}
