﻿function printPage() {
 if (window.print)
   window.print()
 else
   alert("Seu navegador não suporta estas características.");
}
