<!-- Main menu for the Bolt Science web site

// NOTE: If you use a ' add a slash before it like this \'

document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=0 cellspacing=1 border=0 bgcolor="#FFFFFF" width=750><tr><td width="5" background="../images/button.gif">');
document.write('<IMG SRC="../images/spacer.gif" HEIGHT="5" WIDTH="15" border="0"><BR>');
document.write('</td><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="aboutus.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="software.htm"><td>');
document.write('<input type="submit" value=" Software " 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="training.htm"><td>');
document.write('<input type="submit" value=" Training " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="download.htm"><td>');
document.write('<input type="submit" value=" Download " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="pricing.htm"><td>');
document.write('<input type="submit" value=" Pricing " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="info.htm"><td>');
document.write('<input type="submit" value="Bolting Info" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form>');
document.write('<td WIDTH="99%" background="../images/button.gif">');
document.write('&nbsp;<br>');
document.write('</td></tr></table></DIV>');

//  End -->