function clearDefault(EL) { 
	if (EL.defaultValue == EL.value) EL.value = '';
}