document.write('<!------------------------------------------------------------------------>');
document.write('<!-- Navagation Goes Here                                               -->');
document.write('<!------------------------------------------------------------------------>');
document.write('<table width="720" cellpadding="4" cellspacing="0" border="0">');
document.write(' <tr>');
document.write('  <td valign="middle" align="left" width=15% bgcolor="#3A84BD">');
document.write('      <a class="nav" href = "'+jsRelPath+'index.html">&nbsp;Home&nbsp;&nbsp;</a>');
document.write('    </td>');
document.write('    <td valign="middle" align="right" width=85% bgcolor="#3A84BD">');
document.write('      <a class="nav" href = "'+jsRelPath+'Products.html">&nbsp;Products</a>&nbsp;&nbsp;');
document.write('      <a class="nav" href = "'+jsRelPath+'BuyNow.html">&nbsp;Buy Now</a>&nbsp;&nbsp;');
document.write('      <a class="nav" href = "'+jsRelPath+'Downloads.html">&nbsp;Downloads</a>&nbsp;&nbsp;');
document.write('      <a class="nav" href = "'+jsRelPath+'CardCalc/LearnMore.asp">&nbsp;Learn More</a>&nbsp;&nbsp;');
document.write('      <a class="nav" href = "'+jsRelPath+'FreeStuff.html">&nbsp;Free Stuff</a>&nbsp;&nbsp;');
document.write('      <a class="nav" href = "'+jsRelPath+'Affiliate/index.html">&nbsp;Afilliate Program</a>&nbsp;');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');

