function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "News", "News",  null, null);
	menu.addItem("newsid", "Press", "Press",  null, null);
	menu.addItem("freedownloadid", "Information", "Information",  null, null);
	menu.addItem("searchengineid", "Multimedia", "Multimedia",  null, null);
menu.addItem("interact", "Interact", "Interact",  null, null);
	menu.addItem("miscid", "Contact", "Contact",  null, null);
        menu.addItem("inter", "Links", "Links",  null, null); 

	menu.addSubItem("webmasterid", "Lastest News", "Latest News",  "http://home.c2i.net/bbakken/news/latestnews.htm");
	menu.addSubItem("webmasterid", "Live Dates", "Live Dates",  "http://home.c2i.net/bbakken/news/livedates.htm");
	menu.addSubItem("webmasterid", "Tour Diary", "Tour Diary",  "http://home.c2i.net/bbakken/news/tourdiary.htm");
	menu.addSubItem("webmasterid", "Updates", "Updates",  "http://home.c2i.net/bbakken/news/updates.htm");

	menu.addSubItem("newsid", "Articles", "Articles",  "http://home.c2i.net/bbakken/biography/articles/index.htm");
	menu.addSubItem("newsid", "Reviews", "Reviews",  "http://home.c2i.net/bbakken/biography/reviews/index.htm");
	menu.addSubItem("newsid", "Interviews", "Interviews",  "http://home.c2i.net/bbakken/biography/interviews/index.htm");
	

	menu.addSubItem("freedownloadid", "BigBang", "BigBang",  "http://home.c2i.net/bbakken/information/band.htm");
	menu.addSubItem("freedownloadid", "Øystein Greni", "Øystein Greni",  "http://home.c2i.net/bbakken/information/band.htm");
      menu.addSubItem("freedownloadid", "Karim Sayed", "Karim Sayed",  "http://home.c2i.net/bbakken/information/band.htm");
	menu.addSubItem("freedownloadid", "Nikolai Eilertsen", "Nikolai Eilertsen",  "http://home.c2i.net/bbakken/information/band.htm");
      menu.addSubItem("freedownloadid", "About the website", "About the website",  "http://home.online.no/~be-bakk/website.htm");

	menu.addSubItem("searchengineid", "Picture Gallery", "Picture Gallery",  "http://home.c2i.net/bbakken/multimedia/gallery/index.htm");
	menu.addSubItem("searchengineid", "Lyrics", "Lyrics",  "http://home.c2i.net/bbakken/multimedia/lyrics.htm");
	menu.addSubItem("searchengineid", "Discography", "Discography", "http://home.c2i.net/bbakken/multimedia/discography.htm");
	menu.addSubItem("searchengineid", "Audio", "Audio",  "http://home.c2i.net/bbakken/multimedia/audio.htm");
        menu.addSubItem("searchengineid", "Visual", "Visual",  "http://home.c2i.net/bbakken/multimedia/visual.htm");
        menu.addSubItem("searchengineid", "Tabs", "Tabs",  "http://home.c2i.net/bbakken/multimedia/tabs.htm");
        menu.addSubItem("searchengineid", "Wallpaper", "Wallpaper",  "http://home.sol.no/~fhe/wallpaper.htm");
        menu.addSubItem("searchengineid", "ICQ", "ICQ",  "http://home.c2i.net/bbakken/multimedia/icq.htm");

menu.addSubItem("interact", "Mailinglist", "Mailinglist",  "http://home.online.no/~be-bakk/interact/mailinglist.htm");


        menu.addSubItem("miscid", "Contact", "contact",  "http://home.c2i.net/bbakken/feedback1.htm");


        menu.addSubItem("inter", "Official BigBang Sites", "Official BigBang sites",  "http://home.c2i.net/bbakken/links/index.htm");
	menu.addSubItem("inter", "Unofficial BigBang Sites", "Unofficial BigBang Sites",  "http://home.c2i.net/bbakken/links/index.htm");
	menu.addSubItem("inter", "Other links", "Other Links",  "http://home.c2i.net/bbakken/links/index.htm");
	

	menu.showMenu();
}