// JavaScript Document
document.write ('<div id="nav"> ')
document.write ('<table  border="0" cellpadding="0" cellspacing="0" background="images/nav_rep.gif">')
document.write ('<tr>')
document.write ('<td width="9" ><img src="images/nav_left.gif" width="8" height="25"></td>')
document.write ('<td width="750" align="center"><table width="736" border="0" cellspacing="0" cellpadding="0">')
document.write ('<tr>')
document.write ('<td width="94" class="navtd"><a href="index.asp">Home</a></td>')
document.write ('<td width="2"><img src="images/nav_div.gif" width="2" height="25"></td>')
document.write ('<td   class="navtd" nowrap><a href="features.htm">Features</a></td>')
document.write ('<td width="2"><img src="images/nav_div.gif" width="2" height="25"></td>')
document.write ('<td   class="navtd" nowrap><a href="screen.htm">Screen Captures</a></td>')
document.write ('<td width="2"><img src="images/nav_div.gif" width="2" height="25"></td>')
document.write ('<td   class="navtd" nowrap><a href="pricing.htm">Pricing</a></td>')
document.write ('<td width="2"><img src="images/nav_div.gif" width="2" height="25"></td>')
document.write ('<td   class="navtd" nowrap><a href="casestudies.htm">Case Study</a></td>')
document.write ('<td width="2"><img src="images/nav_div.gif" width="2" height="25"></td>')
document.write ('<td   class="navtd" nowrap><a href="company.htm">Company </a></td>')
document.write ('<td width="2"><img src="images/nav_div.gif" width="2" height="25"></td>')
document.write ('<td   class="navtd" nowrap><a href="contactus.asp">Contact</a></td>')
document.write ('</tr>')
document.write ('</table></td>')
document.write ('<td width="10" align="right"><img src="images/nav_right.gif" width="8" height="25"></td>')
document.write ('</tr>')
document.write ('</table></div>')