﻿

document.write('<table cellpadding="0" cellspacing="0" style="width: 100%;" id="mnujs">');
document.write('<tr>');
document.write('<td id="menu_top_right">');
document.write('<a href="index.htm">Home</a>|                    ');
 document.write('<a href="contactus.htm">Contact Us </a>|             ');
 document.write('<a href="sitemap.htm">Sitemap</a> ');      
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
 document.write('<a href="aboutus.htm">ABOUT US </a>&nbsp;              ');
 document.write('<a href="servicedeliv.htm">SERVICES</a>&nbsp;  ');      
  document.write('<a href="dataware.htm">SOLUTIONS</a> &nbsp;     ');                      
 document.write('<a href="clientele.htm">CLIENTS</a> &nbsp;           ');
 document.write('<a href="careers.htm">CAREERS</a>&nbsp;                ');                      
 document.write('<a href="contactus.htm">CONTACT US</a>                 ');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
 
