<!--

function printPage()
{
  if (window.print != null)
  {
    window.print();
  }
  else
  {
    alert("Unfortunately, your browser does not support this shortcut.  Please select File and then Print from your browser's menu.");  
  }
}

//-->