//<!-- Begin

document.write('<DIV id=menu>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" height="23" width="760" background="images/header_menu.gif"><tr><td width="2">');
document.write('<IMG SRC="images/spacer.gif" HEIGHT="20" WIDTH="1" border="0"><br>');
document.write('</td><td>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0">');

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 Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="career.htm"><td>');
document.write('<input type="submit" value="Careers" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="contactus.htm"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form></tr></table>');
document.write('</td></tr></table></DIV>');

// End -->