    document.write('<table border="0" cellpadding="3" cellspacing="0" width="100%">');
    document.write('<tr>');
    document.write('<td width="1">');
    document.write('<a style="float:left;" target="_blank" href="https://www.twitter.com/documentexpress"><img border="0" src="https://twitter-badges.s3.amazonaws.com/follow_us-b.png" alt="Follow Document Express on Twitter"/></a>');
    document.write('</td>');
    document.write('<td align="right" class="Navigation">');

    document.write('<a class="NavLink" href="Index.html">Home</a> &nbsp;&nbsp;');
    document.write('<a class="NavLink" href="About.html">About Us</a> &nbsp;&nbsp; ');
    document.write('<a class="NavLink" href="Services.html">Services</a> &nbsp;&nbsp; ');
    document.write('<a class="NavLink" href="Support.html">Support</a> &nbsp;&nbsp; ');
    document.write('<a class="NavLink" href="Partners.html">Partners</a> &nbsp;&nbsp; ');
    document.write('<a class="NavLink" href="InTheNews.html">In The News</a> &nbsp;&nbsp;'); 
    document.write('<a class="NavLink" href="Careers.html">Careers</a> &nbsp;&nbsp; ');
    document.write('<a class="NavLink" target="_blank" href="https://www.documentexpressinc.com/elite/">User Log In</a> &nbsp;&nbsp; ');
    document.write('<a class="NavLink" href="ContactUs.html">Contact Us</a>');

    document.write('</td>');
    document.write('</tr>');
    document.write('</table>');

