if (document.getElementById && document.images)
{

MENU1 = "<div class=drop id=\"menu0\" onMouseOver=\"keepmenu();\" onMouseOut=\"delayhidemenu('menu0');\">";
MENU1 += "<a href=\"http://www.ManTech.com\">ManTech Home</a>";
MENU1 += "<a href=\"http://nexolve.mantech.com/NeXolve/\">NeXolve Home</a>";
MENU1 += "<a href=\"/docdet/Home.shtml\">Document Detective Home</a>";
MENU1 += "</div>";

MENU2 = "<div class=drop id=\"menu1\" onMouseOver=\"keepmenu();\" onMouseOut=\"delayhidemenu('menu1');\">";
MENU2 += "<a href=\"/docdet/TopTen.shtml\">Top Ten Hidden Data Issues</a>";
MENU2 += "<a href=\"/docdet/threatintro.shtml\">Narrated Intro (6 MB)</a>";
MENU2 += "<a href=\"/docdet/info.shtml\">Public Information</a>";
MENU2 += "<a href=\"/docdet/incidents.shtml\">Published Incidents</a>";
MENU2 += "<a href=\"/docdet/newsletters.shtml\">EDS Newsletters</a>";
MENU2 += "<a href=\"/docdet/govtpolicy.shtml\">Government Policy</a>";
MENU2 += "</div>";

MENU3 = "<div class=drop id=\"menu2\" onMouseOver=\"keepmenu();\" onMouseOut=\"delayhidemenu('menu2');\">";
MENU3 += "<a href=\"/docdet/solutionintro.shtml\">Narrated Intro (6.5 MB)</a>";
MENU3 += "<a href=\"/docdet/overview.shtml\">Overview</a>";
MENU3 += "<a href=\"/docdet/background.shtml\">Background</a>";
MENU3 += "<a href=\"/docdet/capabilities.shtml\">Capabilities</a>";
MENU3 += "<a href=\"/docdet/press.shtml\">Press Coverage</a>";
MENU3 += "<a href=\"/docdet/PressKit/home.shtml\">Press Kit</a>";
MENU3 += "<a href=\"/docdet/customers.shtml\">Customers</a>";
MENU3 += "</div>";

MENU4 = "<div class=drop id=\"menu3\" onMouseOver=\"keepmenu();\" onMouseOut=\"delayhidemenu('menu3');\">";
MENU4 += "<a href=\"/docdet/prices.shtml\">Price List</a>";
MENU4 += "<a href=\"/docdet/DocDetectiveSpecSheet.pdf\">Product Brochure</a>";
MENU4 += "<a href=\"/docdet/orderform.shtml\">Phone/Fax Orders</a>";
MENU4 += "<a href=\"https://docdet.mantech.com/cgi-bin/store.cgi?p=SRS_Document_Detective_Single_User/CPU_License&s=00869001\">Order Online</a>";
MENU4 += "<a href=\"https://docdet.mantech.com/cgi-bin/store.cgi?action=view_cart\">View Shopping Cart</a>";
MENU4 += "</div>";

MENU5 = "<div class=drop id=\"menu4\" onMouseOver=\"keepmenu();\" onMouseOut=\"delayhidemenu('menu4');\">";
MENU5 += "<a href=\"/docdet/Support/home.shtml\">Technical Support</a>";
MENU5 += "<a href=\"/docdet/Support/pwrequest.shtml\">Register Product</a>";
MENU5 += "<a href=\"/docdet/Calendar.shtml\">Events Calendar</a>";
MENU5 += "</div>";

  document.write(MENU1);
  document.write(MENU2);
  document.write(MENU3);
  document.write(MENU4);
  document.write(MENU5);
}

