function printFooter(printTableEnd,printHR,printFooter,printBodyEnd)
{

  // document.write('<table width="100%" background="../images/fireLine_04.gif"><tr><td>&nbsp<br>&nbsp</td></tr></table><br>');
  // document.write('<table width="100%" background="../images/fireLine_05.jpg"><tr><td>&nbsp<br>&nbsp</td></tr></table><br>');
  // document.write('<table width="100%" background="../images/fireLine_06.jpg"><tr><td>&nbsp<br>&nbsp</td></tr></table><br>');

  // if (printTableEnd) document.write('</table><br>');
  if (printHR) document.write('<hr>');

  if (printFooter) {
    document.write('<center>');
    document.write('<font size="-3">');
    document.write('Copyright &copy; 2000-2005 PyroSignal & Suppression, Inc.  All rights reserved.<br>');
    document.write('PyroSignal & Suppression, Inc. 40-32 216th St. Bayside, NY 11361 USA 718-279-3473<br>');
    document.write('The "Buildings" logo is a trademark of PyroSignal & Suppression.  ');
    document.write('Other trademarks belong to their respective owners.');
    document.write('</font>');
    document.write('</center>');
  }

  if (printBodyEnd) document.write('</body>');
}
