var mItems = new Array("Home", "Back Issues", "Gallery", "About Us");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[1] = new Array("Issue Zero", "Issue One", "Issue Two", "Special Issue", "Merchandise");
smItemsLinks[0] = "#";
smItemsLinks[1] = new Array("2a.html", "2b.html", "2d.html", "2e.html", "2f.html");
smItemsLinks[2] = "#";
smItemsLinks[3] = "#";
