document.write('<table width="140" background="box-btns.jpg"> <!-- 1ST TABLE IN LEFT COLUMN OF PAGE, HOLDS BACKGROUND IMAGE SO WONT TILE -->')
document.write('<tr><td align="center">  <!-- THIS TABLE FORMATS THE TEXT THAT SERVE AS MAIN NAVIGATION BUTTONS -->')
document.write('     <table border="0" cellpadding="0" cellspacing="0">')
document.write('<tr><th class="lftbtn" width="100" height="17" background=""></th></tr>')
document.write('<tr><td class="lftbtn" background="" height="40"><a href="index.html" class="btn">HOME</a></td></tr>')
document.write('<tr><td class="lftbtn" background="" height="40"><a href="features.html" class="btn">FEATURES</a></td></tr>')
document.write('<tr><td class="lftbtn" background="" height="40"><a href="options.html" class="btn">OPTIONS</a></td></tr>')
document.write('<tr><td class="lftbtn" background="" height="40"><a href="trybuy.html" class="btn">TRY-BUY</a></td></tr>')
document.write('<tr><td class="lftbtn" background="" height="40"><a href="update.html" class="btn">UPDATE</a></td></tr>')
document.write('<tr><td class="lftbtn" background="" height="40"><a href="help.html" class="btn">HELP</a></td></tr>')
document.write('	</table> <!-- END TABLE THAT FORMATS NAVIGATION "BUTTONS" -->')
document.write('</td></tr>')
document.write('</table>  <!-- END TABLE THAT HOLDS BACKGROUND IMAGE-->')
document.write('<br><br><br><br>')
document.write('<font class="text8asilver"><center>This website last updated:<br>')
document.write('<font class="text8asilver">January, 2009</center>')


