<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<DIV id=menu>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="picts/background-menu.gif" height="26"><tr><td>');
document.write('<TABLE cellpadding="0" cellspacing="1" border="0" bordercolor="#000000" style="border-collapse: collapse" align="center">');

document.write('<tr><form action="index.htm"><td>');
document.write('<input type="submit" value=" Home " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="about.htm"><td>');
document.write('<input type="submit" value=" About " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="services.htm"><td>');
document.write('<input type="submit" value=" Services " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="press.htm"><td>');
document.write('<input type="submit" value=" News " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="clients.htm"><td>');
document.write('<input type="submit" value=" Clients " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></form><form action="jobs.htm"><td>');
document.write('<input type="submit" value=" Jobs " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="faq.htm"><td>');
document.write('<input type="submit" value=" FAQ  " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></form><form action="contact.htm"><td>');
document.write('<input type="submit" value=" Contact " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="sitemap.htm"><td>');
document.write('<input type="submit" value=" Site Map " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');


document.write('</td></form></tr>');
document.write('</table>');
document.write('</td></tr></table></DIV>');

//  End -->