function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "General - Baska Voda", "General - Baska Voda",  null, null);
	menu.addItem("newsid", "Hotels & Bungalow", "Hotels",  null, null);
	menu.addItem("freedownloadid", "Accommodation ONLINE", "Fast Pick ONLINE",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("miscid", "News Sites", "News Sites",  null, null);

	menu.addSubItem("webmasterid", "Baska Voda - INFO", "Baska Voda - INFO",  "http://www.dalmatia-channel-of-brac.com/baskainfo.htm");
	menu.addSubItem("webmasterid", "Marina BASKA VODA", "Port - Marina",  "http://www.dalmatia-channel-of-brac.com/port_baska.htm");
	menu.addSubItem("webmasterid", "Weather - Baka Voda", "Weather ONLINE",  "http://www.dalmatia-channel-of-brac.com/baska_weather.htm");
	
	menu.addSubItem("newsid", "Hotel HORIZONT", "Hotel HORIZONT",  "http://www.hoteli-baskavoda.hr");
	menu.addSubItem("newsid", "Hotel SLAVIJA", "Hotel SLAVIJA",  "http://www.hoteli-baskavoda.hr");
	menu.addSubItem("newsid", "Bungalow URANIA", "Bungalow URANIA",  "http://www.hoteli-baskavoda.hr");
	
	menu.addSubItem("freedownloadid", "Villa ANA", "Villa ANA",  "http://www.VillaAna.com");
	menu.addSubItem("freedownloadid", "Villa MILENA", "Villa MILENA",  "http://www.dalmatia-channel-of-brac.com/VillaMilena.htm");
	menu.addSubItem("freedownloadid", "House CVITANOVIC", "House CVITANOVIC",  "http://www.dalmatia-channel-of-brac.com/cvitanovic.htm");
      menu.addSubItem("freedownloadid", "House MATELJAN", "House MATELJAN",  "http://www.dalmatia-channel-of-brac.com/mateljan_index.htm");
	menu.addSubItem("freedownloadid", "Villa MIMOZA", "Villa MIMOZA",  "http://www.dalmatia-channel-of-brac.com/VillaMimoza1.htm");
	menu.addSubItem("freedownloadid", "Villa USORA", "Villa USORA",  "http://www.VillaUSORA.com");
	menu.addSubItem("freedownloadid", "Apartments TONKICA", "Apartments TONKICA",  "http://www.dalmatia-channel-of-brac.com/ApartmentsTonkica");
      
	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/");
	menu.addSubItem("searchengineid", "AltaVista", "AltaVista", "http://www.altavista.com");
	menu.addSubItem("searchengineid", "AOL", "AOL",  "http://www.aol.com");

	menu.addSubItem("miscid", "CNN", "CNN",  "http://www.cnn.com");
	menu.addSubItem("miscid", "ABC News", "ABC News",  "http://www.abcnews.com");
	menu.addSubItem("miscid", "MSNBC", "MSNBC",  "http://www.msnbc.com");
	menu.addSubItem("miscid", "CBS news", "CBS News",  "http://www.cbsnews.com");
	menu.addSubItem("miscid", "News.com", "News.com",  "http://news.com");
	menu.addSubItem("miscid", "Wired News", "Wired News",  "http://www.wired.com");
	menu.addSubItem("miscid", "TechWeb", "TechWeb",  "http://www.techweb.com");

	menu.showMenu();
}