function showToolbar() { // AddItem(id, text, hint, location, alternativeLocation); // AddSubItem(idParent, text, hint, location, linktarget); menu = new Menu(); menu.addItem("home", "Home Page", "Home Page", null, null); menu.addItem("competitions", "Competitions", "Competitions", null, null); menu.addItem("ppv", "PPV's", "PPV's", null, null); menu.addItem("shows", "Guild Shows", "Guild Shows", null, null); menu.addSubItem("home", "Home Page", "Home Page", "index.html", ""); menu.addSubItem("home", "Guild Home", "Guild Home", "http://www.neopets.com/guilds/guild.phtml?oid=harryhumberton", ""); menu.addSubItem("home", "", "", "", ""); menu.addSubItem("competitions", "RK/QTV1.0", "RK/QTV1.0", "GuildContestOld.html", ""); menu.addSubItem("competitions", "RK/QTV2.0", "RK/QTV2.0", "", ""); menu.addSubItem("competitions", "RCWK/QTV3.0 - WIABA", "RCWK/QTV3.0 - WIABA", "rcwkqtv3.html", ""); menu.addSubItem("competitions", "", "", "", ""); menu.addSubItem("ppv", "Janurary", "Janurary", "lastmanstanding.html", ""); menu.addSubItem("ppv", "February", "February", "riotact.html", ""); menu.addSubItem("ppv", "March", "March", "highwaytohell.html", ""); menu.addSubItem("ppv", "April", "April", "xxxplosive.html", ""); menu.addSubItem("ppv", "May", "May", "wanteddeadoralive.html", ""); menu.addSubItem("ppv", "June", "June", "thehousejohnnybuilt.html", ""); menu.addSubItem("ppv", "July", "July", "ontheedge.html", ""); menu.addSubItem("ppv", "August", "August", "eyeofthestorm.html", ""); menu.addSubItem("ppv", "September", "September", "dangerzone.html", ""); menu.addSubItem("ppv", "October", "October", "showtime.html", ""); menu.addSubItem("ppv", "November", "November", "takenoprisoners.html", ""); menu.addSubItem("ppv", "December", "December", "livetonightsoldout.html", ""); menu.addSubItem("ppv", "", "", "", ""); menu.addSubItem("shows", "Monday Exile", "Monday Exile", "exile.html", ""); menu.addSubItem("shows", "Thursday School of Hard Knocks", "Thursday School of Hard Knocks", "schoolofhardknocks.html", ""); menu.addSubItem("shows", "", "", "", ""); menu.showMenu(); }