var mItems = new Array("Introduction", "Essays from volume  1", "Essays from volume 2");
var mItemLinks = new Array("1.html", "2.html", "3.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[1] = new Array("Glossary");
smItems[2] = new Array("Notes on contributors");
smItemsLinks[0] = "#";
smItemsLinks[1] = new Array("2a.html");
smItemsLinks[2] = new Array("3a.html");
