var MenuOptsL  = new Array()
var MenuOptsS  = new Array()
var MenuHrefs  = new Array()
// var BGcolour   = new Array()

MenuHrefs[0] = "news.htm";
MenuOptsS[0] = "Home";	
MenuOptsL[0] = "Home";

MenuHrefs[1] = "events.htm";
MenuOptsS[1] = "What's On";
MenuOptsL[1] = "What's On";

MenuHrefs[2] = "about.htm";
MenuOptsS[2] = "About Us";
MenuOptsL[2] = "About Us";

MenuHrefs[3] = "descomp.htm";
MenuOptsS[3] = "Design Awards";
MenuOptsL[3] = "Design Awards";

MenuHrefs[4] = "earliernews.htm";
MenuOptsS[4] = "Earlier News";
MenuOptsL[4] = "Earlier News";

MenuHrefs[5] = "archive.htm";
MenuOptsS[5] = "The Archive";
MenuOptsL[5] = "The Archive";

MenuHrefs[6] = "links.htm";
MenuOptsS[6] = "Links";
MenuOptsL[6] = "Links";

MenuHrefs[7] = "search.htm";
MenuOptsS[7] = "Search";
MenuOptsL[7] = "Search";


// MenuHrefs[1] = "tricorn.htm";
// MenuOptsS[1] = "The Tricorn";
// MenuOptsL[1] = "The Tricorn";


// MenuHrefs[8] = "contact.htm";
// MenuOptsS[8] = "Contacts";
// MenuOptsL[8] = "Contacts";

// MenuHrefs[9] = "guestbk.htm";
// MenuOptsS[9] = "Guestbook";
// MenuOptsL[9] = "Guestbook";

// BGcolour[0] = "#F5F5DC"; // cactus? used in left-hand frame 
// BGcolour[1] = "#FFFFF0"; // light-cactus? used in right-hand frame
// BGcolour[2] = "#FFCC99"; // salmon - table heading
// BGcolour[3] = "#FFFFCC"; // light-yellow used darker table entries
// BGcolour[4] = "#FFFFF0"; // light-cactus? used lighter table entries
