function printPage() {
  if (window.print)
    window.print()
  else
    alert("Sorry, Your browser doesn't support this feature.");
}
