function printPage() { 
  if (confirm("¿Imprimir página?")) {
    window.print();
  }
}