function highlight(field){
	field.focus();
	field.select();
}