

function Imprimir() {
    if (document.all) print(this)
    else window.print();
}

