function clear_value(oEl, sInitValue) {
	if (sInitValue==oEl.value) oEl.value='';
}