function clearAndFocus( el ) { 
		el.value = ''; 
		el.focus() 
}

