
document.write('<table width="100%" height="32" cellspacing="0" cellpadding="0" border="0" background="img/nav_bg.jpg">') 
document.write('<tr">') 
document.write('<td width="34" background="img/nav_bg.jpg"></td>') 
document.write('<td align="center"><a href="index.htm" onmouseover="hiLite(\'home\',\'home_on\');" onmouseout="hiLite(\'home\',\'home_off\');"><img src="img/nav_home_n.jpg" border="0" alt="Home" name="home"></a></td>') 
document.write('<td align="center"><a href="about.htm" onmouseover="hiLite(\'about\',\'about_on\');" onmouseout="hiLite(\'about\',\'about_off\');"><img src="img/nav_about_n.jpg" border="0" alt="About Us" name="about"></a></td>') 
document.write('<td align="center"><a href="clients.htm" onmouseover="hiLite(\'clients\',\'clients_on\');" onmouseout="hiLite(\'clients\',\'clients_off\');"><img src="img/nav_clients_n.jpg" border="0" alt="Clients" name="clients"></a></td>') 
document.write('<td align="center"><a href="services.htm" onmouseover="hiLite(\'services\',\'services_on\');" onmouseout="hiLite(\'services\',\'services_off\');"><img src="img/nav_services_n.jpg"  border="0" alt="Services" name="services"></a></td>') 
document.write('<td align="center"><a href="locations.htm" onmouseover="hiLite(\'locations\',\'locations_on\');" onmouseout="hiLite(\'locations\',\'locations_off\');"><img src="img/nav_locations_n.jpg" border="0" alt="Locations" name="locations"></a></td>') 
document.write('<td align="center"><a href="customer.htm" onmouseover="hiLite(\'customer\',\'customer_on\');" onmouseout="hiLite(\'customer\',\'customer_off\');"><img src="img/nav_customer_n.jpg"  border="0" alt="Virtual Warehouse" name="customer"></a></td>') 
document.write('<td align="center"><a href="quote.htm" onmouseover="hiLite(\'quote\',\'quote_on\');" onmouseout="hiLite(\'quote\',\'quote_off\');"><img src="img/nav_quote_n.jpg"  border="0" alt="Request a Quote" name="quote"></a></td>') 
document.write('<td align="center"><a href="contact.htm" onmouseover="hiLite(\'contact\',\'contact_on\');" onmouseout="hiLite(\'contact\',\'contact_off\');"><img src="img/nav_contact_n.jpg"  border="0" alt="Contact Us" name="contact"></a></td>') 
document.write('<td width="34" background="img/nav_bg.jpg"></td>') 
document.write('</tr>') 
document.write('</table>') 