// JavaScript Document
document.write('<div id="company" style="display: none;">');
document.write('<a href="about_our_company.htm">About Our Company</a><br /> ');
document.write('<a href="clients.htm">Clients</a><br /> ');
//document.write('<a href="partners.htm">Partners</a><br /> ');
document.write('<a href="careers.aspx">Careers</a>');
document.write('</div>');
    
document.write('<div id="solutions" style="display: none;">');
document.write('<a href="solutions.htm">Solutions</a><br /> ');
document.write('<a href="collections_and_recovery_software.htm">Debt Collections & Recovery Software</a><br /> ');
document.write('<a href="auto_lending_software.htm">Auto Lending Software</a><br /> ');
document.write('<a href="commercial_lending_software.htm">Commercial Lending Software</a><br /> ');
document.write('<a href="consumer_lending_software.htm">Consumer Lending Software</a><br /> ');
document.write('<a href="small_business_lending_software.htm">Small Business Lending Software</a><br /> ');
document.write('<a href="multi_channel_communications.htm">Multi-Channel Communications</a><br /> ');
document.write('<a href="case_studies.htm">Case Studies</a>');
document.write('</div>');

document.write('<div id="products" style="display: none;">');
document.write('<a href="one_platform_technology.htm">Provenir Platform</a><br /> ');
document.write('<a href="technology.htm">Technology</a><br /> ');
document.write('<a href="solution_packs.htm">Solution Packs</a><br /> ');
document.write('<a href="professional_services.htm">Professional Services</a><br /> ');
document.write('<a href="client_care.htm">Client Care</a><br /> ');
document.write('<a href="product_training.htm">Product Training</a><br /> ');
document.write('<a href="downloads_form.aspx">Downloads</a><br /> '); 
document.write('</div>');

document.write('<div id="news" style="display: none;">');
document.write('<a href="news.aspx">News</a><br /> ');
document.write('<a href="events.aspx">Events</a><br /> ');
document.write('</div>');

document.write('<div id="contact" style="display: none;">');
document.write('<a href="contact.htm">Contact Us</a><br /> ');
document.write('<a href="locations.htm">Locations</a><br /> ');
document.write('</div>');
