
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle">Site Links:</span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


document.write('<a href="index.html" class="menu">Home</a>');


document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('<a href="solutions.htm" class="menu">Solutions</a>');


document.write('<a href="news.php" class="menu">News</a>');


//document.write('<a href="quotes.htm" class="menu">Product Quotes</a>');


//document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');


//document.write('<a href="careers.htm" class="menu">Career Opportunities</a>');


//document.write('<a href="services.htm" class="menu">Services</a>');



// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 2

document.write('<span class="menutitle"> Software Products:</span><br>');


document.write('<a href="site_map.htm" class="menu">All Products</a>');

document.write('<a href="Litigation Support.htm" class="menu">Litigation Support</a>');

document.write('<a href="Business.htm" class="menu">Business</a>');

document.write('<a href="Multimedia.htm" class="menu">Multimedia</a>');



// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 3

document.write('<span class="menutitle">Help & Support:</span><br>');


document.write('<a href="faq-home.htm" class="menu">F.A.Q.</a>');

document.write('<a href="resources.htm" class="menu">Resources/Links</a>');

document.write('<a href="contact.htm" class="menu">Contact</a>');



// BLACK SPLIT LINE 4

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');





// THIS IS THE GRAPHIC UNDER THE MENU

document.write('<br><center><a href="contact.htm"><img src="picts/side_menu.jpg" width="100" height="125" border="0" class="borders"></a><br><br></center>');


document.write('<center><a href="http://www.oisv.com/" title="OISV - Organization of Independent Software Vendors - Contributing Member" target="_blank"><img src="picts/oisv-contributing-member.png" border="0" alt="OISV - Organization of Independent Software Vendors - Contributing Member"></a><br><br></center>');

document.write('<center><a href="http://www.siprofessionals.org" target="_blank"><img src="picts/member2.gif" height="57" width="150" border="0" alt="Software Industry Professionals Member"></a><br>eDocument Review Software is a<br><a href="http://www.siprofessionals.org">Software Industry Professionals</a> Member.</center>');




document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->