var mItems = new Array("About Us", "What's New 2", "When and Where", "Shows", "Gallery", "Links", "Wargame Links");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html", "6.html", "7.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[2] = new Array("Meetings");
smItems[4] = new Array("Adam S", "Andy L", "Don S", "Glyn S", "Richard H", "Stephen S", "Sue G", "Tim N", "Char B bis", "Tony");
smItemsLinks[0] = "#";
smItemsLinks[1] = "#";
smItemsLinks[2] = new Array("3a.html");
smItemsLinks[3] = "#";
smItemsLinks[4] = new Array("5a.html", "5b.html", "5d.html", "5e.html", "5f.html", "5g.html", "5h.html", "5j.html", "5k.html", "5l.html");
smItemsLinks[5] = "#";
smItemsLinks[6] = "#";

