<!--
function onLoad() {
        loadMenus();
}

function loadMenus() {
    //Dynamic Menus

    window.myRef1 = new Menu("Bailey");
    myRef1.addMenuItem("Bailey, Charles W., Jr. Scholarly");
    myRef1.addMenuItem("Electronic Publishing on the Internet, the NREN, and the NII: Charting Possible Futures.");
    myRef1.addMenuItem("Serials Review 20, 3 (1994), 7-16.");
    myRef1.menuItemBorder = 0;
    myRef1.menuHiliteBgColor = "";
    myRef1.fontColorHilite = "#000000";

    window.myRef2 = new Menu("Brown");
    myRef2.addMenuItem("Brown, David");
    myRef2.addMenuItem("The Wake Forest Template");
    myRef2.addMenuItem("Syllabus 97, Sonoma CA, July 28, 1997.");
    myRef2.menuItemBorder = 0;
    myRef2.menuHiliteBgColor = "";
    myRef2.fontColorHilite = "#000000";

    window.myRef3 = new Menu("Brown, Burg, and Dominick");
    myRef3.addMenuItem("Brown, David G., Burg, Jennifer J., and Dominick, Jay L.");
    myRef3.addMenuItem("Computers Across Campus");
    myRef3.addMenuItem("Communications of the ACM, 41, 1 (Jan. 1998), 22-25.");
    myRef3.menuItemBorder = 0;
    myRef3.menuHiliteBgColor = "";
    myRef3.fontColorHilite = "#000000";

    window.myRef4 = new Menu("Burg and Thomas");
    myRef4.addMenuItem("Burg, Jennifer J., and Thomas, Stan J.");
    myRef4.addMenuItem("A Strategic Plan for Ubiquitous Laptop Computing");
    myRef4.addMenuItem("Communications of the ACM 41, 1 (Jan. 1998), 27-35.");
    myRef4.menuItemBorder = 0;
    myRef4.menuHiliteBgColor = "";
    myRef4.fontColorHilite = "#000000";

    window.myRef5 = new Menu("Harnad");
    myRef5.addMenuItem("Harnad, Stevan");
    myRef5.addMenuItem("Implementing Peer review on the Net: Scientific Quality Control in Scholarly Electronic Journals. In Scholarly Publishing: The Electronic Frontier");
    myRef5.addMenuItem("Robin P. Peek and Gregory B. Newby, eds. MIT Press. Cambridge, MA, 1996, 103-118.");
    myRef5.menuItemBorder = 0;
    myRef5.menuHiliteBgColor = "";
    myRef5.fontColorHilite = "#000000";

    window.myRef6 = new Menu("Okerson");
    myRef6.addMenuItem("Okerson, Ann");
    myRef6.addMenuItem("Back to Academia? The Case of American Universities to Publish Their Own Research");
    myRef6.addMenuItem("Logos 2, 2 (1991), 106-112.");
    myRef6.menuItemBorder = 0;
    myRef6.menuHiliteBgColor = "";
    myRef6.fontColorHilite = "#000000";

    window.myRef7 = new Menu("Rogers and Hurt");
    myRef7.addMenuItem("Rogers, Sharon J., and Hurt, Charlene S.");
    myRef7.addMenuItem("How Scholarly Communication Should Work in the 21st Century");
    myRef7.addMenuItem("College & Research Libraries 51 (Jan. 1990), 5-8.");
    myRef7.menuItemBorder = 0;
    myRef7.menuHiliteBgColor = "";
    myRef7.fontColorHilite = "#000000";

    window.myRef8 = new Menu("Wheeler");
    myRef8.addMenuItem("Wheeler, David L.");
    myRef8.addMenuItem("A Scholar Outlines a Plan to Use Electronic Publishing to Change Peer Review");
    myRef8.addMenuItem("Chronicle of Higher Education, 28 Feb. 1997, A28.");
    myRef8.menuItemBorder = 0;
    myRef8.menuHiliteBgColor = "";
    myRef8.fontColorHilite = "#000000";

    window.myTOC4 = new Menu("Challenges");
    myTOC4.addMenuItem("Technical Considerations", "top.window.location='#4_1'");
    myTOC4.addMenuItem("Editorial and Production Considerations", "top.window.location='#4_2'");

    window.myTOC = new Menu("toc");
    myTOC.addMenuItem("Introduction", "top.window.location='#1'");
    myTOC.addMenuItem("Background", "top.window.location='#2'");
    myTOC.addMenuItem("IMEJ-A New Kind of Electronic Journal", "top.window.location='#3'");
    myTOC.addMenuItem(myTOC4);
    myTOC.addMenuItem("References", "top.window.location='#5'");

    myTOC.writeMenus();
}

//-->

