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=10% 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=90% 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/default.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;Affiliate Program</a>&nbsp;');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');


