<!--
function printPage() {
  if (window.print)
    window.print()
  else
    alert("Feature is not supported.");
}
//-->