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

