// This is the top navigational bar for the Holmes adventures

document.write("<DIV CLASS=\"topnav\" STYLE='margin-top: 0px;border-bottom: 0px;'>");
document.write("<DIV STYLE='font-size: 140%;font-weight: bold;'>");
document.write("The Adventures of Sherlock Holmes, by Arthur Conan Doyle</DIV>");
document.write("<A STYLE='font-size: 125%;margin-top: 2px; margin-bottom: 2px;' HREF='about.html'>a Project Gutenberg eText</A>");
document.write("</DIV>");

document.write("<DIV CLASS=\"topnav\">");
document.write("<A HREF='about.html' onMouseOver=\"closeMenus(1);\">About Project Gutenberg</A> | ");
document.write("<A HREF='how-to-access.html' onMouseOver=\"closeMenus(1);\">Accessing the Gutenberg Library</A> | ");
document.write("<A HREF='#' onMouseOver=\"closeMenus(1);menuOnAtCursor('mainMenu',event);\">Our Story Collection</A> | ");
document.write("<A HREF='#' onMouseOver=\"closeMenus(1);menuOnAtCursor('linksMenu',event);\">Web Links</A> | ");
document.write("<A HREF='index.html' onMouseOver=\"closeMenus(1);\">Home</A>");
document.writeln("</DIV>");
