var mItems = new Array("Blog Pages", "Photo Gallery", "Contacts", "Cuevas del Campo WebCam");
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("The Story Begins", "The Work Starts Here");
smItems[1] = new Array("Around Town", "Fiestas");
smItems[2] = new Array("Links");
smItemsLinks[0] = new Array("1b.html", "1c.html");
smItemsLinks[1] = new Array("2a.html", "2b.html");
smItemsLinks[2] = new Array("3a.html");
smItemsLinks[3] = "#";

