
<!-- 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="menutext">');
document.write('<br>');
document.write('<ul>');
document.write('<li><A HREF="index.html">Home</a><br><br>');
document.write('<li><A HREF="patient.htm">Patient Data</a><br><br>');
document.write('<li><A HREF="progress.htm">Progress Notes</a><br><br>');
document.write('<li><A HREF="document_mgmt.htm">Document/Image Management</a><br><br>');
document.write('<li><A HREF="workrel.htm">Work Releases</a><br><br>');
document.write('<li><A HREF="easypt.htm">Physical Therapy</a><br><br>');
document.write('<li><A HREF="security.htm">Security/Implementation</a><br><br>');
document.write('<li><A HREF="download.htm">Download a Demo</a><br><br>');
document.write('</ul>');
document.write('</td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->