// JavaScript Document
function dasabilitarenter() {
var tecla = event.keyCode;
if ((tecla == 13)) { 
return false;
}
return tecla;
}
