
function ShowServices() {
  document.write('<table cellpadding=0 cellspacing=0><tr height=15><td></td></tr></table>');
  document.write('<table width=100% cellpadding=0 cellspacing=0 class=bcBBrd><tr><td class=bcTitle>Products and Services:</td></tr><table>');
  document.write('<table cellpadding=0 cellspacing=0><tr height=10><td></td></tr></table>');
  document.write('<table width=100% cellpadding=4 cellspacing=2 border=0 align=center>');
  document.write('  <tr>');
  document.write('    <td width=33% class=bcNavBrd1 valign=top><li>&nbsp; <a href="http://www.barchart.com/futures.html" class=bcTop target="BC_TOP_WINDOW">Advanced Commodities</a>: <a href="/futures.html" class=bcMLink target="BC_TOP_WINDOW">');
  document.write('      The most comprehensive futures and futures options site on the web.');
  document.write('      Unparalleled, in-depth technical analysis and access to futures prices, charts and historical data.');
  document.write('      Exclusive features include options analysis and Trend Spotter.</a></td>');
  document.write('    <td width=33% class=bcNavBrd2 valign=top><li>&nbsp; <a href="http://www2.barchart.com/moreinfo.asp" class=bcTop target="BC_TOP_WINDOW">Advanced Equities</a>: <a href="http://www2.barchart.com/moreinfo.asp" class=bcMLink target="BC_TOP_WINDOW">');
  document.write('      Designed for the technical trader, with tools for selecting, analyzing, charting and comparing stock and commodity contracts.');
  document.write('      Features include sector and signal analysis, and customized technical search and portfolio management tools.</a></td>');
  document.write('    <td width=33% class=bcNavBrd3 valign=top><li>&nbsp; <a href="http://realtime.barchart.com" class=bcTop target="BC_TOP_WINDOW">Real-time Data Services</a>: <a href="http://realtime.barchart.com" class=bcMLink target="BC_TOP_WINDOW">');
  document.write('      Fast, accurate, and dependable streaming realtime futures and stocks quotes and charts,');
  document.write('      with over 60 customizable and user-programmable technical analytics.');
  document.write('      Multiple services available including Barchart WebStation.</a></td>');
  document.write('        </tr>');
  document.write('      </table>');
}

function ShowFooter() {
  document.write('<table width=100% cellpadding=0 cellspacing=0 border=0 align=center>');
  document.write('<tr height=20><td></td></tr>');
  document.write('  <tr>');
  document.write('    <td colspan=2 align=center class=bcCp>');
  document.write('      Copyright © 1995 - 2003, Barchart.com. Inc. All Rights Reserved. Data provided by <a href="http://www.ddfplus.com" target="_new">ddfplus</a>.');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr height=13><td></td></tr>');
  document.write('  </table>');
}
