function showToolbar()

{

// AddItem(id, text, hint, location, alternativeLocation);

// AddSubItem(idParent, text, hint, location);



	menu = new Menu();

	menu.addItem("webmasterid", "Općenito - BRELA", "General - BRELA",  null, null);

	menu.addItem("newsid", "Hoteli", "Hotels",  null, null);

	menu.addItem("freedownloadid", "ONLINE smještaj", "Fast Pick ONLINE",  null, null);

	menu.addItem("searchengineid", "Pretraživaći", "Search Engines",  null, null);

	menu.addItem("miscid", "ONLINE vijesti", "News Sites",  null, null);



	menu.addSubItem("webmasterid", "Brela - INFO", "Brela - INFO",  "http://www.dalmatia-channel-of-brac.com/brelainfo.htm");

	menu.addSubItem("webmasterid", "Marina BRELA", "Port - Marina BRELA",  "http://www.dalmatia-channel-of-brac.com/port_brela.htm");

	menu.addSubItem("webmasterid", "Vrijeme - Brela", "Weather ONLINE",  "http://www.dalmatia-channel-of-brac.com/brela_weather.htm");

	

	menu.addSubItem("newsid", "Hotel SOLINE", "Hotel SOLINE",  "blank.htm");

	menu.addSubItem("newsid", "Hotel BERULIA", "Hotel BERULIA",  "blank.htm");

	menu.addSubItem("newsid", "Hotel MAESTRAL", "Hotel MAESTRAL",  "blank.htm");

	menu.addSubItem("newsid", "Hotel MARINA", "Hotel MARINA",  "blank.htm");

	

	menu.addSubItem("freedownloadid", "Villa ARIJA", "Villa ARIJA",  "http://www.brelaonline.com");

	menu.addSubItem("freedownloadid", "House FILIPOVIC", "House FILIPOVIC",  "http://www.dalmatia-channel-of-brac.com/filipovic_index.htm");

    menu.addSubItem("freedownloadid", "Villa SILVA", "Villa SILVA",  "http://www.dalmatia-channel-of-brac.com/ivanac_index.htm");
	
	menu.addSubItem("freedownloadid", "Villa Radeljic", "Villa Radeljic",  "http://www.kroatien-brela.de");

	

      

	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();

}
