// JavaScript Document
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td class="headerlinks01" width="55"><a href="index.htm">Home</a></td>');
document.write('<td class="headerlinks01" width="75"><a href="aboutus.htm">About Us</a></td>');
document.write('<td class="headerlinks01" width="45"><a href="faq.htm">FAQ</a></td>');
document.write('<td class="headerlinks01"><a href="contactus.htm">Contact Us</a></td>');
document.write('<td>&nbsp;</td>');
/*document.write('<td class="headerlinks02"><span class="redtxtbold01">Search</span></td>');
document.write('<td width="120" class="headerlinks02"><input type="text" name="search" value="" class="input01"></td>');
document.write('<td width="19" class="headerlinks02"><img src="images/button01.gif" width="19" height="19"></td>');*/
document.write('</tr>');
document.write('</table>');