currentDiv = 0;

function divOn(onDiv) {
    if (currentDiv != 0) {
	    divOff(currentDiv);
    }
    if(navigator.appName=='Netscape'){
        divValue = document.getElementById(onDiv).style;
    }else{
        divValue = eval('document.all.'+onDiv+'.style');
    }
    divValue.visibility = "visible";
	currentDiv = onDiv;
}

function divOff(onDiv) {
    if(navigator.appName=='Netscape'){
        divValue = document.getElementById(onDiv).style;
    }else{
        divValue = eval('document.all.'+onDiv+'.style');
    }
    divValue.visibility = "hidden";
	currentDiv = 0;
}

document.write('<div style=\"position:absolute; top: 100; left: 5;\">');
document.write(' <table cellspacing=0 cellpadding=0 border=0><tr><td style=\"border: 1 solid White;\">');
document.write('  <table cellspacing=0 cellpadding=0 border=0>');
document.write('   <tr>');
document.write('    <td><a href=about.html onmouseover=divOn(\'aboutDiv\');><img src=gr/nav_about.gif id=about width=121 height=17 border=0></a></td>');
document.write('    <td bgcolor=#000000 width=10></td>');
document.write('    <td><a href=idtech.html onmouseover=divOn(\'advtechDiv\');><img src=gr/nav_advTech.gif id=advtech width=164 height=17 border=0></a></td>');
document.write('    <td bgcolor=#000000 width=10></td>');
document.write('    <td><a href=services.html onmouseover=divOn(\'consultDiv\');><img src=gr/nav_consulting.gif id=consulting width=103 height=17 border=0></a></td>');
document.write('    <td bgcolor=#000000 width=10></td>');
document.write('    <td><a href=appeng.html onmouseover=divOn(\'appsDiv\');><img src=gr/nav_app.gif id=app width=68 height=17 border=0></a></td>');
document.write('    <td bgcolor=#000000 width=10></td>');
document.write('    <td><a href=whitepapers.html onmouseover=divOn(\'whitepDiv\');><img src=gr/nav_whitePapers.gif id=whitepapers width=71 height=17 border=0></a></td>');
document.write('    <td bgcolor=#000000 width=10></td>');
document.write('    <td><a href=links.html onmouseover=divOn(\'linksDiv\');><img src=gr/nav_fpLinks.gif id=fplinks width=148 height=17 border=0></a></td>');
document.write('   </tr>');
document.write('  </table>');
document.write(' </td></tr></table>');
document.write('</div>');
document.write('<div id=aboutDiv name=aboutDiv style=\"position: absolute; visibility: hidden; top: 100; left: 5;\">');
document.write(' <table cellspacing=0 cellpadding=0 border=0><tr><td style=\"border-left: 1 solid White; border-top: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=about.html><img src=gr/navRO_about.gif width=121 height=17 border=0></a><br>');
document.write(' </td></tr></table></div>');
document.write('<div id=advtechDiv name=advtechDiv style=\"position: absolute; visibility: hidden; top: 100; left: 135;\">');
document.write(' <table cellspacing=0 cellpadding=0 border=0><tr><td style=\"border-left: 1 solid White; border-top: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=services.html><img src=gr/navRO_advTech.gif width=164 height=17 border=0></a><br>');
document.write(' </td></tr></table');
document.write(' <table cellspacing=0 cellpadding=5 border=0><tr><td bgcolor=#FF8033 class=subnav style=\"border-left: 1 solid White; border-bottom: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=solutionengr.html>Solution Engineering</a><br>');
document.write('  <a href=biometrics.html>Biometrics</a>');
document.write(' </td></tr></table>');
document.write('</div>');
document.write('<div id=consultDiv name=consultDiv style=\"position: absolute; visibility: hidden; top: 100; left: 310;\">');
document.write(' <table cellspacing=0 cellpadding=0 border=0><tr><td style=\"border-left: 1 solid White; border-top: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=services.html><img src=gr/navRO_consulting.gif width=103 height=17 border=0></a><br>');
document.write(' </td></tr></table>');
document.write(' <table cellspacing=0 cellpadding=5 border=0><tr><td bgcolor=#FF8033 class=subnav style=\"border-left: 1 solid White; border-bottom: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=services.html#strategicplanning>Strategic Planning</a><br>');
document.write('  <a href=services.html#requirementsanalysis>Requirements Analysis</a><br>');
document.write('  <a href=services.html#implementationplanning>Implementation Planning</a><br>');
document.write('  <a href=services.html#acquisitionsupport>Acquisition Support</a><br>');
document.write('  <a href=services.html#technicalprogrammanagement>Technical Program Management</a><br>');
document.write('  <a href=services.html#ivv>Independent Verification & Validation</a>');
document.write(' </td></tr></table>');
document.write('</div>');
document.write('<div id=appsDiv name=appsDiv style=\"position: absolute; visibility: hidden; top: 100; left: 420;\">');
document.write(' <table cellspacing=0 cellpadding=0 border=0><tr><td style=\"border-left: 1 solid White; border-top: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=appeng.html><img src=gr/navRO_app.gif width=68 height=17 border=0></a><br>');
document.write(' </td></tr></table>');
document.write(' <table cellspacing=0 cellpadding=5 border=0><tr><td bgcolor=#FF8033 class=subnav style=\"border-left: 1 solid White; border-bottom: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=lawenforcement.html>Law Enforcement</a><br>');
document.write('  <a href=welfarefraud.html>Welfare Fraud</a><br>');
document.write('  <a href=personnelsecurity.html>Personnel Security</a><br>');
document.write('  <a href=immigration.html>Immigration &amp; Refugees</a><br>');
document.write('  <a href=civilid.html>Civil Registries</a>');
document.write(' </td></tr></table>');
document.write('</div>');
document.write('<div id=whitepDiv name=whitepDiv style=\"position: absolute; visibility: hidden; top: 100; left: 500;\">');
document.write(' <table cellspacing=0 cellpadding=0 border=0><tr><td style=\"border-left: 1 solid White; border-top: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=whitepapers.html><img src=gr/navRO_whitePapers.gif width=71 height=17 border=0></a><br>');
document.write(' </td></tr></table>');
document.write('</div>');
document.write('<div id=linksDiv name=linksDiv style=\"position: absolute; visibility: hidden; top: 100; left: 580;\">');
document.write(' <table cellspacing=0 cellpadding=0 border=0><tr><td style=\"border-left: 1 solid White; border-top: 1 solid white; border-right: 1 solid White;\">');
document.write('  <a href=links.html><img src=gr/navRO_fpLinks.gif width=148 height=17 border=0></a><br>');
document.write(' </td></tr></table>');
//document.write(' <table cellspacing=0 cellpadding=5 border=0><tr><td bgcolor=#FF8033 class=subnav style=\"border-left: 1 solid White; border-bottom: 1 solid white; border-right: 1 solid White;\">');
//document.write('  <a href=links.html>Resources</a><br>');
//document.write('  <a href=directory.html>Fingerprint Technology Products &amp; Systems Directory</a>');
//document.write(' </td></tr></table>');
document.write('</div>');
