<!-- 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">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</a>');


document.write('<a href="http://download.cnet.com/LawTrust/3000-2073_4-10065738.html?tag=mncol" class="menu">Free Download</a>');

document.write('<a href="2010.html" class="menu">2010 Beta Download</a>');


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


document.write('<a href="unlock.htm" class="menu">Unlock Key</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">Screenshots:</span><br>');


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

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

document.write('<a href="clientledger.htm" class="menu">Client Ledger</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">Support:</span><br>');


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

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

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

document.write('<a href="manual.pdf" class="menu">Manual</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('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->