<!--

browsok = (((navigator.appName == "Netscape")
&& (parseInt(navigator.appVersion) >= 3))
|| ((navigator.appName == "Microsoft Internet Explorer")
&& (parseInt(navigator.appVersion)>=3)));
if(browsok){
  // MouseOn   
  // Note: the 88 is for the WIDTH, 25 is for the HEIGHT
     home1 = new Image(114, 118);
     home1.src = "../images/bt_home_mo.gif";
     abt1 = new Image(114, 118);
     abt1.src = "../images/bt_abt_mo.gif";
     prod1 = new Image(114, 118);
     prod1.src = "../images/bt_prod_mo.gif";          
     appl1 = new Image(114, 118);
     appl1.src = "../images/bt_appl_mo.gif";          
     conv1 = new Image(114, 118);
     conv1.src = "../images/bt_conv_mo.gif";          
     def1 = new Image(114, 118);
     def1.src = "../images/bt_def_mo.gif";          
     cont1 = new Image(114, 118);
     cont1.src = "../images/bt_cont_mo.gif";                         

  // MouseOff
  // Note: the 88 is for the WIDTH, 25 is for the HEIGHT
     home0 = new Image(114, 118);
     home0.src = "../images/bt_home.gif";
     abt0 = new Image(114, 118);
     abt0.src = "../images/bt_abt.gif";
     prod0 = new Image(114, 118);
     prod0.src = "../images/bt_prod.gif";          
     appl0 = new Image(114, 118);
     appl0.src = "../images/bt_appl.gif";          
     conv0 = new Image(114, 118);
     conv0.src = "../images/bt_conv.gif";          
     def0 = new Image(114, 118);
     def0.src = "../images/bt_def.gif";          
     cont0 = new Image(114, 118);
     cont0.src = "../images/bt_cont.gif";                         
     
}
function BNB_mouseon(n){
     if(browsok){
          imageON = eval(n + "1.src");
          document [n].src = imageON;
          }
}
function BNB_mouseoff(n){
     if(browsok){
imageOFF = eval(n + "0.src");
     document [n].src = imageOFF;
          }
}






document.write("        <table border='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='779' cellpadding='0' id='AutoNumber2' height='97'>");
document.write("<tr>");
document.write("  <td width='209' valign='top' rowspan='2'>");
document.write("  <img border='0' src='../images/top1.gif' width='209' height='97'></td>");
document.write("  <td width='570' valign='top' height='71'>");
document.write("  <img border='0' src='../images/top2.gif' width='570' height='71'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td width='570' valign='top' height='26'>");
document.write("  <table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%' id='AutoNumber6' height='26'>");
document.write("    <tr>");
document.write("      <td><img border='0' src='../images/bt_1.gif' width='17' height='26'><a onmouseout=BNB_mouseoff('home') onmouseover=BNB_mouseon('home'); return true  href='../index.html'><img name='home' border='0' src='../images/bt_home.gif' width='22' height='26'></td>");
document.write("      <td><img border='0' src='../images/bt_div.gif' width='2' height='26'></td>");
document.write("      <td>");
document.write("      <a onmouseout=BNB_mouseoff('abt') onmouseover=BNB_mouseon('abt'); return true  href='../aboutus/default.htm'>");
document.write("      <img name='abt' border='0' src='../images/bt_abt.gif' width='59' height='26'></a></td>");

document.write("      <td><img border='0' src='../images/bt_div.gif' width='2' height='26'></td>");
document.write("      <td>");
document.write("      <a onmouseout=BNB_mouseoff('prod') onmouseover=BNB_mouseon('prod'); return true  href='../products/default.htm'>");
document.write("      <img name='prod' border='0' src='../images/bt_prod.gif' width='57' height='26'></a></td>");

document.write("      <td><img border='0' src='../images/bt_div.gif' width='2' height='26'></td>");
document.write("      <td>");
document.write("      <a onmouseout=BNB_mouseoff('appl') onmouseover=BNB_mouseon('appl'); return true  href='../applications/default.htm'>");
document.write("      <img name='appl' border='0' src='../images/bt_appl.gif' width='69' height='26'></a></td>");

document.write("      <td><img border='0' src='../images/bt_div.gif' width='2' height='26'></td>");
document.write("      <td>");
document.write("      <a onmouseout=BNB_mouseoff('conv') onmouseover=BNB_mouseon('conv'); return true  href='../conversions/default.htm'>");
document.write("      <img name='conv' border='0' src='../images/bt_conv.gif' width='68' height='26'></a></td>");

document.write("      <td><img border='0' src='../images/bt_div.gif' width='2' height='26'></td>");
document.write("      <td>");
document.write("      <a onmouseout=BNB_mouseoff('def') onmouseover=BNB_mouseon('def'); return true  href='../definitions/default.htm'>");
document.write("      <img name='def' border='0' src='../images/bt_def.gif' width='67' height='26'></a></td>");

document.write("      <td><img border='0' src='../images/bt_div.gif' width='2' height='26'></td>");

document.write("      <td>");
document.write("      <a onmouseout=BNB_mouseoff('cont') onmouseover=BNB_mouseon('cont'); return true  href='../aboutus/contact.htm'>");
document.write("      <img name='cont' border='0' src='../images/bt_cont.gif' width='64' height='26'></a></td>");

document.write("      <td><img border='0' src='../images/bt_2.gif' width='18' height='26'><img border='0' src='../images/top3.gif' width='117' height='26'></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("  </td>");
document.write("</tr>");
document.write("        </table>");


//-->