var mItems = new Array("Home", "Scotland", "Wonderful places", "My Photo Galleries");
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("Auld Reekie");
smItems[2] = new Array("Zimbabwe", "Iguassu");
smItems[3] = new Array("Photos of me WORKING!", "Scotland Photos", "Wildlife Photos");
smItemsLinks[0] = "#";
smItemsLinks[1] = new Array("2c.html");
smItemsLinks[2] = new Array("3b.html", "3c.html");
smItemsLinks[3] = new Array("4b.html", "4d.html", "4e.html");
