//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("islands", "Hotelinseln", "Island Resorts - Isola ricorsi", "resorts.htm#top", "");
	menu.addItem("male", "Hotels in Male", "Hotels in Male", "resorts.htm#Hotel", "");
	menu.addItem("ship", "Tauchschiffe", "Dive ships - Navi da immersione", "resorts.htm#Diveship", "");
	menu.addItem("hilfe1", "Hilfe", "Help - Aiuto", "help-resorts.htm", "");
	menu.addItem("hilfe2", "Abk&uuml;rzungen", "Abbrevations - Abbreviazioni", "resorts.htm#Abkuerzungen", "");
	menu.addItem("hilfe3", "Action Sport Reisen", "Action Sport Travel", "resorts.htm#Action", "");
	menu.addItem("ptm", "Protect the Maldives + Statistik", "Protect the Maldives", "resorts.htm#PTM", "");

	menu.showMenu();
}
