//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("startid", "FTI", "FTI",  "http://www.ftiab.se/", "");
	menu.addItem("kontaktid", "Webmaster", "Webmaster",  "mailto:se@ftiab.se", null);
	menu.showMenu();
}
