 function setupPrintButton() { if(window.print && document.getElementById) { var d=document.getElementById("PrintReport"); if (d && d.innerHTML) { d.innerHTML="<a onclick='javascript:window.print(); return true;' href='#'>Click here to print your <strong>AutoCheck</strong> Report</a>."; } d=document.getElementById("PrintPage"); if (d && d.innerHTML) { d.innerHTML="You should <a onclick='javascript:window.print(); return true;' href='#'>print this page</a> and keep it for your records."; } } } setupPrintButton();

