// JavaScript Document
function seleccionaFoco(obj) {
		obj.focus()
		obj.select()
}
