var mItems = new Array("HOME", "ROMANTIC WEDDING CAKES", "NOVELTY WEDDING CAKES", "CHOCOLATE WEDDING CAKES", "BIRTHDAY CAKES", "CHRISTENING CAKES", "Bits N Pieces", "LINKS");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html", "6.html", "7.html", "8.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[1] = new Array("Romantic cakes cont...");
smItems[2] = new Array("Novelty weddings cont.");
smItemsLinks[0] = "#";
smItemsLinks[1] = new Array("2b.html");
smItemsLinks[2] = new Array("3a.html");
smItemsLinks[3] = "#";
smItemsLinks[4] = "#";
smItemsLinks[5] = "#";
smItemsLinks[6] = "#";
smItemsLinks[7] = "#";
