var mItems = new Array("The World of Radfax", "Lyrics", "Rad Pix", "Glass Merge");
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("music for your ears", "Videos");
smItems[2] = new Array("The Cut");
smItemsLinks[0] = new Array("1a.html", "1b.html");
smItemsLinks[1] = "#";
smItemsLinks[2] = new Array("3a.html");
smItemsLinks[3] = "#";
