var mItems = new Array("Front Page...", "Gallery", "Links to Videos & Text", "The bigger Pictures", "Bike Bling", "Ouch");
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("Click on the above to go to ...");
smItems[1] = new Array("Click on the above to go to, below to see full image, right click to save as.. for your own copy of..");
smItems[2] = new Array("Click on above to go to ...");
smItems[3] = new Array("Click on the above to go to ...");
smItems[4] = new Array("Shiny new stuff,  before they get wrecked");
smItemsLinks[0] = new Array("1a.html");
smItemsLinks[1] = new Array("2a.html");
smItemsLinks[2] = new Array("3a.html");
smItemsLinks[3] = new Array("4a.html");
smItemsLinks[4] = new Array("5a.html");
smItemsLinks[5] = "#";
