<!-- Begin
document.write('<table align="center" width="500" border="0">');
//logo
document.write('<tr><td width="33%">');
document.write('<img src="bmslogo1.gif" width="117" height="49" border="0"usemap="#bmsmap">');
document.write('</td>');
//nav options
document.write('<td id="small" width="33%" align="center" nowrap><a href="http://www.bmsi.com/index.html">Home</a>&nbsp;&nbsp;<a href="bmssrch.html">Search BMS</a>&nbsp;&nbsp;<a href="links.html">Links</a>');
document.write('</td>');
//quickjump
document.write('<td id="jumpform" width="33%" valign="bottom" align="center" valign="bottom">');
document.write('<form NAME="JumpForm">');
//document.write('<em>BMS Directory</em>');
document.write('<br><select name="bms" onChange="top.document.location.href=document.JumpForm.bms.options[document.JumpForm.bms.selectedIndex].value">');
document.write('<option value = "#">BMS Help Directory</option>');
document.write('<option value = "http://www.bmsi.com/">BMS Home</option>');
document.write('<option value = "getstrt.html">Getting Started</option>');
document.write('<option value = "btgl/index.html">Accounting Help</option>');
document.write('<option value = "awld/index.html">Air Export Help</option>');
document.write('<option value = "bbld/bbsitmap.html">Break Bulk Help</option>');
document.write('<option value = "bildh/cbtoc.html">Import Help</option>');
document.write('<option value = "oxld/index.html">Ocean Export Help</option>');
document.write('<option value = "links.html">Helpful Links</option>');
document.write('</select></form>');
document.write('</td></tr></table>');

document.write('<map name="bmsmap"><!-- maps the BMS Logo-->');
document.write('<area shape=rect coords="1,1,112,46" href="http://www.bmsi.com/index.html" alt="BMS Home Page">');
document.write('</map>');

// End -->