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