function showToolbar() { // AddItem(id, text, hint, location, alternativeLocation); // AddSubItem(idParent, text, hint, location); menu = new Menu(); menu.addItem("newsid", "News/Graffiti", "News/Graffiti", null, null); menu.addItem("aboutid", "About", "About", null, null); menu.addItem("forumid", "Forum", "Forum", null, null); menu.addItem("lifeid", "Life", "life", null, null); menu.addItem("miscid", "Miscellaneous", "Miscellaneous", null, null); menu.addSubItem("newsid", "News", "News to me", "http://www.dynamicdrive.com/"); menu.addSubItem("newsid", "Graffiti", "Your Distruction", "http://www.wsabstract.com/"); menu.addSubItem("newsid", "E-mail's", "hate/love", "http://www.developer.com/"); menu.addSubItem("newsid", "Jibberish", "submit and laugh", "http://www.freewarejava.com/"); menu.addSubItem("newsid", "Hits", "hits", "http://www.webmonkey.com/"); menu.addSubItem("newsid", "", "", ""); menu.addSubItem("aboutid", "Me", "Me", "http://members.fortunecity.com/pooched/me_profile.htm"); menu.addSubItem("aboutid", "Site", "Site", "http://www.abcnews.com"); menu.addSubItem("aboutid", "", "", ""); menu.addSubItem("forumid", "Message Board", "leave one", "http://pub42.bravenet.com/forum/show.asp?usernum=3538136716&cpv=1","Msg Board"); menu.addSubItem("forumid", "Guestbook", "Guestbook", "http://pub42.bravenet.com/guestbook/show.asp?usernum=3538136716&cpv=1"); menu.addSubItem("forumid", "Help/Feedback", "anyhing?", "http://www.jumbo.com/"); menu.addSubItem("forumid", "E-mail", "mail me!", "http://tucows.com/"); menu.addSubItem("forumid", "Diss Them", "make'em cry", "http://winfiles.com/"); menu.addSubItem("forumid", "", "", ""); menu.addSubItem("lifeid", "Substance Abuse!", "join us", "http://www.yahoo.com/"); menu.addSubItem("lifeid", "Galleries", "Galleries", "http://www.infoseek.com/"); menu.addSubItem("lifeid", "Thoughts", "thoughts", "http://www.excite.com"); menu.addSubItem("lifeid", "Views", "Views", "http://www.hotbot.com"); menu.addSubItem("lifeid", "Reviews", "Reviews", "http://www.hotbot.com"); menu.addSubItem("lifeid", "Top10", "top 10!", "http://www.hotbot.com"); menu.addSubItem("lifeid", "Quotes", "And I...", "http://www.hotbot.com"); menu.addSubItem("lifeid", "Sports", "WhooHoo", "http://www.hotbot.com"); menu.addSubItem("lifeid", "TV", "Isn't it great", "http://www.hotbot.com"); menu.addSubItem("lifeid", "Homework", "free!", "http://www.hotbot.com"); menu.addSubItem("lifeid", "", "", ""); menu.addSubItem("miscid", "Music", "Listen!", "http://www.hitbox.com/"); menu.addSubItem("miscid", "Movies", "Watch!", "http://www.cnet.com/"); menu.addSubItem("miscid", "Links", "Discover!", "http://www.andover.net/"); menu.addSubItem("miscid", "Friends", "Meet!", "http://www.realaudio.com/"); menu.addSubItem("miscid", "Site of the Week", "Explore!", "http://www.mp3.com/"); menu.addSubItem("miscid", "Girl of the Week", "Look!", "http://www.mp3.com/"); menu.addSubItem("miscid", "Games", "Play!", "http://www.mp3.com/"); menu.addSubItem("miscid", "", "", ""); menu.showMenu(); }