var mItems = new Array("HOME", "ABOUT US", "PARTY OPTIONS");
var mItemLinks = new Array("1.html", "2.html", "3.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[0] = new Array("Page 1.a Xerdance", "Page 1.b Xerdance Party");
smItems[1] = new Array("CONTACT US");
smItems[2] = new Array("PHOTO GALLERY");
smItemsLinks[0] = new Array("1a.html", "1b.html");
smItemsLinks[1] = new Array("2a.html");
smItemsLinks[2] = new Array("3a.html");
