<!--

function clearForm(el) {
	if ( el.defaultValue == el.value ) el.value = "";
}
//-->