function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("queenworldid", "Queen World", "Queen World",  null, null);
	menu.addItem("downloadid", "Downloads", "Downloads",  null, null);
	menu.addItem("siteid", "Site & My Info", "Site & My Info",  null, null);
	menu.addItem("relatedid", "Queen Related Info", "Queen Related Info",  null, null);
	menu.addItem("abandonid", "Abandon Site", "Abandon Site",  null, null);

	menu.addSubItem("queenworldid", "Concertography", "Concertography",  "concerts.htm");
	menu.addSubItem("queenworldid", "Chords & Tabs", "Chords & Tabs",  "chords.htm");
	menu.addSubItem("queenworldid", "Discography", "Discography",  "discogr.htm");
	menu.addSubItem("queenworldid", "Small Poems", "Small Poems",  "poem.htm");
	menu.addSubItem("queenworldid", "Photos", "Photos",  "fotos.htm");
	menu.addSubItem("queenworldid", "Biography", "Biography",  "bio.htm");
	menu.addSubItem("queenworldid", "Links", "Links",  "links.htm");
	menu.addSubItem("queenworldid", "MIDI Player", "MIDI Player",  "midipl.htm");
	menu.addSubItem("queenworldid", "Top 20 Parade", "Top 20 Parade",  "top20.htm");
	menu.addSubItem("queenworldid", "Guest Book", "Guest Book",  "gb.htm");

	menu.addSubItem("downloadid", "MS-Plus Themes", "MS-Plus Themes",  "plus.htm");
	menu.addSubItem("downloadid", "Screen Savers", "Screen Savers",  "saver.htm");
	menu.addSubItem("downloadid", "MP3's / Swap & Sale", "MP3's / Swap & Sale",  "mp3list.htm");
	menu.addSubItem("downloadid", "Bijou Database", "Bijou Database",  "bijou.htm");
	menu.addSubItem("downloadid", "Video Files", "Video Files",  "video.htm");

//	menu.addSubItem("siteid", "About Me", "About Me",  "rsuh.htm");
        menu.addSubItem("siteid", "My Friend's Pages", "My Friend's Pages",  "mf.htm");
	menu.addSubItem("siteid", "My E-Mail Form", "My E-Mail Form",  "feedform.htm");
        menu.addSubItem("siteid", "Banner Exchange", "Banner Exchange",  "exchange.htm");

	menu.addSubItem("relatedid", "Bejart Ballet", "Bejart Ballet",  "http://www.queenworld.ru/bejart");
	menu.addSubItem("relatedid", "FM Millenium Stamp", "FM Millenium Stamp",  "stamp.htm");
	menu.addSubItem("relatedid", "The Eye Game", "The Eye Game", "game.htm");
	menu.addSubItem("relatedid", "ICQ Database", "ICQ Database",  "queenicq.htm");

	menu.addSubItem("abandonid", "Leave This Site", "Leave This Site",  "abandon.htm");
	menu.addSubItem("abandonid", "Index", "Leave This Site",  "index.htm");


	menu.showMenu();
}
