function actenv() {
var G = document.forms['Trabaja']['Send'];
G.disabled = false;
}
function desenv() {
var G = document.forms['Trabaja']['Send'];
G.disabled = true;
}