function ClearText(thefield)
{
	if (thefield.defaultValue == thefield.value)
	thefield.value = ""
} 
