
<!-- NOTE: If you use a ' add a slash before it like this \' -->
<!-- NOTE: Copy and paste a link to add a new link -->

<!-- start

document.write('<!-- START MENU -->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="header3">');
document.write('<div class="navbar">');
document.write('<A HREF="index.html">Home</a><br />');
document.write('<A HREF="accounting.html">Accounting</a><br />');
document.write('<A HREF="income_tax.html">Income Tax</a><br />');
document.write('<A HREF="business_tax.html">Business Tax</a><br />');
document.write('<A HREF="corporations.html">Corporations</a><br />');
document.write('<A HREF="payroll.html">Payroll</a><br />');
document.write('<A HREF="location.html">Office Location</a><br />');

document.write('<A HREF="about_us.html">About Us</a><br />');
document.write('<A HREF="contact_us.html">Contact Us</a><br />');	
document.write('<A HREF="sitemap.html">Site Map</a>');
document.write('</div></td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->
