
document.writeln('<SCRIPT LANGUAGE=javascript>');
document.writeln('<!--');
document.writeln('function mOverNav(navTD, caption, class1){');
document.writeln('  if (!navTD.contains(event.fromElement)) {');
document.writeln('   if (class1 != \"home\"){');
document.writeln('     navTD.style.backgroundColor=\'#D8D8D8\';');
document.writeln('     window.status=caption;');
document.writeln('   }');
document.writeln('  }');
document.writeln('}');
document.writeln('function mOutNav(navTD, caption, class1){');
document.writeln('  if (!navTD.contains(event.toElement)) {');
document.writeln('    if (class1 != \"home\"){');
document.writeln('      navTD.style.backgroundColor=\'#F1EDEB\';');
document.writeln('      window.status=caption;');
document.writeln('    }');
document.writeln('  }');
document.writeln('}');
document.writeln('//-->');
document.writeln('</SCRIPT>');


document.writeln('  <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">');
document.writeln('    <tr>');
document.writeln('      <td align=\"right\"><img border=\"0\" src=\"images/left_navcorner.gif\" width=\"56\" height=\"19\"></td>');
document.writeln('     <td>');




document.writeln('          <table border=\"0\" width=\"100%\" cellspacing=\"1\">');
document.writeln('            <tr>');
document.writeln('              <td bgcolor=\"#CCCCCC\">');
document.writeln('                <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\"><tr>');
document.writeln('                    <td width=\"100%\" align=\"center\" height=\"17\" bgcolor=#F1EDEB onMouseOver=\"mOverNav(this, \'Dataterm\', \'Dataterm \')\"  onMouseOut=\"mOutNav(this, \'Dataterm\') \"><b><a class=\"tenFont\" href=\"services.htm\">services</a></b></td></tr>');
document.writeln('                </table></td>');
document.writeln('              <td bgcolor=\"#CCCCCC\">');
document.writeln('                <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\"><tr>');
document.writeln('                    <td width=\"100%\" align=\"center\" height=\"17\" bgcolor=#F1EDEB onMouseOver=\"mOverNav(this, \'Dataterm\', \'Dataterm \')\"  onMouseOut=\"mOutNav(this, \'Dataterm\') \"><b><a class=\"tenFont\" href=\"about.htm\">about us</b></td></tr>');
document.writeln('                </table></td>');
document.writeln('              <td bgcolor=\"#CCCCCC\">');
document.writeln('                <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\"><tr>');
document.writeln('                    <td width=\"100%\" align=\"center\" height=\"17\" bgcolor=#F1EDEB onMouseOver=\"mOverNav(this, \'Dataterm\', \'Dataterm \')\"  onMouseOut=\"mOutNav(this, \'Dataterm\') \"><b><a class=\"tenFont\" href=\"equipment.htm\">equipment supported</a></b></td></tr>');
document.writeln('                </table></td>');
document.writeln('              <td bgcolor=\"#CCCCCC\">');
document.writeln('                <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\"><tr>');
document.writeln('                    <td width=\"100%\" align=\"center\" height=\"17\" bgcolor=#F1EDEB onMouseOver=\"mOverNav(this, \'Dataterm\', \'Dataterm \')\"  onMouseOut=\"mOutNav(this, \'Dataterm\') \"><b><a class=\"tenFont\" href=\"contact.htm\">contact us</b></td></tr>');
document.writeln('                </table></td>');
document.writeln('              <td bgcolor=\"#CCCCCC\">');
document.writeln('                <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\"><tr>');
document.writeln('                    <td width=\"100%\" align=\"center\" height=\"17\" bgcolor=#F1EDEB onMouseOver=\"mOverNav(this, \'Dataterm\', \'Dataterm \')\"  onMouseOut=\"mOutNav(this, \'Dataterm\') \"><b><a class=\"tenFont\" href=\"index_beta.htm\">home</a></b></td></tr>');
document.writeln('                </table></td>');
document.writeln('            </tr>');
document.writeln('         </table>');      

document.writeln('      </td>');
document.writeln('      <td><img border=\"0\" src=\"images/right_navcorner.gif\" width=\"56\" height=\"19\"></td>');
document.writeln('    </tr>');
document.writeln('  </table>');
