function menu(){
document.write('<table width="90%" background="images/bg_1.jpg"0" align="left" cellpadding="0" cellspacing="0">');
document.write('<tr align="center" valign="middle">');
document.write('<td width="10"><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a href="company.html"><img src="images/but_company.jpg" width="53" height="14" border="0"></a></td>');
document.write('<td width="10"><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a id="menu" href="services.html"><img src="images/but_services.jpg" width="50" height="12" border="0"></a></td>');
document.write('<td width="10"><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a href="clients.html"><img src="images/but_clients.jpg" width="40" height="12" border="0"></a></td>');
document.write('<td width="10"><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a href="products.html"><img src="images/but_products.jpg" width="50" height="11" border="0"></a></td>');
document.write('<td width="10"><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a href="methodology.html"><img src="images/but_methodology.jpg" width="75" height="13" border="0"></a></td>');
document.write('<td><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a href="terms.html"><img src="images/but_bus_terms.jpg" width="89" height="11" border="0"></a></td>');
document.write('<td><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a href="contact.html"><img src="images/but_whycustom.jpg" width="72" height="13" border="0"></a></td>');
document.write('<td><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('<td><a href="contact.html"><img src="images/but_contact.jpg" width="64" height="12" border="0"></a></td>');
document.write('<td><img src="images/spacer.gif" width="10" height="28"></td>');
document.write('</tr>');
document.write('</table>');
}