function clearInstructions(field) 
{
	if (field.defaultValue==field.value)
	field.value = ""
} 
