var gAutoPrint = true; // Tells whether to automatically call the print function

function printSpecial()
{
<!-- Begin
if (window.print) {
document.write('<form>Click Here To '
+ '<input type=button name=print value="Print" '
+ 'onClick="javascript:window.print()"> This Page!</form>');
}
}
// End -->




