function imprime() {
if (typeof(window.print) != 'undefined')
{ window.print(); }
}
