function maximo(obj,e,ma) {
tecla=(document.all)?e.keyCode:e.which;
if(obj.value.length==ma && tecla!=8)
return false;
}
