var mItems = new Array("Homepage", "History", "Gallery", "News and Events", "Instructors", "Links Page");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html", "6.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[0] = new Array("Address and Class Times");
smItems[2] = new Array("Japan 2002", "Belgium 2003", "Madrid 2003", "Belgium 2004", "Belgium 2005", "Fun Club Photos");
smItems[3] = new Array("May 2005 - Japan and Spain Visit", "Future Events");
smItems[4] = new Array("Alex Wyllie - 5th Dan", "Steve Lary - 5th Dan", "Darren Brazier - 2nd Dan");
smItemsLinks[0] = new Array("1a.html");
smItemsLinks[1] = "#";
smItemsLinks[2] = new Array("3a.html", "3b.html", "3c.html", "3d.html", "3e.html", "3f.html");
smItemsLinks[3] = new Array("4a.html", "4b.html");
smItemsLinks[4] = new Array("5a.html", "5b.html", "5c.html");
smItemsLinks[5] = "#";
