<!--
function printPage() {
  if (window.print)
    window.print()
  else
    alert("Valitettavasti selaimesi ei tue tätä toimintoa.");
}
//-->
