var copytoclip=1
function sel(theField,punte) {
var tempval=eval('document.getElementById("'+theField+'")')
tempval.focus()
tempval.select()
//if (document.all&&copytoclip==1){therange=tempval.createTextRange()therange.execCommand("Copy")}
eval('tempval.style.cursor=url(http://www.cristoferdelatorre.com/punteros/puntero/'+punte+', default')
}
function unsel(theField,punte) {
var tempval=eval('document.getElementById("'+theField+'")')
tempval.blur()
}
