// boton enviar

function over(id) {

   document.getElementById(id).className = 'buttonhover';

}

 
function out(id) {

   document.getElementById(id).className = 'button';

}


// para el hover del TR para que funcione en Mzilla


    

  function DoNav(theUrl)
  {
  document.location.href = theUrl;
  }