

function verFilaCorreo() {
    // alert('1');
    var tableRow = document.getElementById('ds');
    // alert('2');
    tableRow.style.display = 'none';
    // alert('3');
    tableRow.style.display = 'block';
    // alert('4');
}
