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