<!--
function printPage(){
    if(typeof(self.print) == 'function' || typeof(self.print) == 'object'){
      window.focus();
      window.print();
    }
    else{
    alert('Your browser does not support the print button function.\n\nTo print, please click on the browser page you wish to print\nand press "Ctrl"+"P" (PC) or "Apple"+"P" (Mac)');
    }
}
//-->