<!--
function printPage() {
  if (window.print)
    window.print()
  else
    alert("Your browser doesn't support this function. Please print the page manually.");
}
//-->