
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE LOCATION: /2008_templates/scripts/display_printPage.js
DESCRIPTION: This script writes the 'Printer Version' button to the page
DATE of LAST EDIT: August 20, 2008 
CHANGE LOG: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

document.write("<div id='print'>");
document.write("<a href='javascript:doPrint();'>Printer Version</a> <a href='javascript:doPrint();'><img src='/images/icons/print.gif' alt='Print this page' width='18' height='15'></a>");
document.write("</div>");
