var mItems = new Array("Welcome!", "Photography", "Electric Aeromodelling", "The Kitcar Years!");
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[0] = new Array("Useful Links");
smItems[1] = new Array("People", "Automotive & Aviation", "General stuff!", "Locations", "Scotland - Xmas 2005", "Welsh Landscapes");
smItems[2] = new Array("The Designs of Others", "Farman Jabiru", "AW FK10 Quadraplane", "Bristol 170 Freighter", "Westland P12 Wendover", "Minibat", "Desoutter Mk1", "Waco SRE", "Gonzales!", "Wasp");
smItemsLinks[0] = new Array("1b.html");
smItemsLinks[1] = new Array("2d.html", "2e.html", "2f.html", "2g.html", "2h.html", "2i.html");
smItemsLinks[2] = new Array("3a.html", "3b.html", "3c.html", "3d.html", "3e.html", "3f.html", "3g.html", "3h.html", "3i.html", "3j.html");
smItemsLinks[3] = "#";
