//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("forsideid", "Menu", "Menu",  null, null);
	menu.addItem("bioid", "Biography", "A short Demi Moore Biography",  "http://martin-lind.dk/demimoore/Biografiuk.htm", "");
	menu.addItem("tvid", "TV", "Demis notable TV-appearences",  "http://martin-lind.dk/demimoore/Tvlisteuk.htm", "");
	menu.addItem("filmid", "Movies", "Demis movie appearences and productions",  "http://martin-lind.dk/demimoore/Filmlisteuk.htm", "");
	menu.addItem("wallid", "Wallpapers", "Wallpapers from Coolbuddy.com",  "http://martin-lind.dk/demimoore/wallpapersuk.htm", "");
	menu.addItem("billedid", "Pictures", "599 Pictures of Demi Moore",  "http://martin-lind.dk/demimoore/demiuk.htm", "")
	menu.addItem("stripteaseid", "Striptease", "99 Pictures from them movie Striptease",  "http://martin-lind.dk/demimoore/stripteaseuk.htm", "");
	menu.addItem("gijaneid", "G.I.Jane", "45 pictures from the movie G.I. Jane",  "http://martin-lind.dk/demimoore/gijaneuk.htm", "")
	menu.addItem("ca2id", "C.A. II", "Charlies Angels II Full Throttle",  "http://martin-lind.dk/demimoore/ca2uk.htm", "")
	menu.addItem("demilinksid", "Demi Links", "Links to other Demi Moore related sites",  "http://martin-lind.dk/demimoore/demimoorelinkuk.htm", "")
	menu.addItem("celeblinkid", "Babe/Celeb Links", "Links to multiple babe/celeb sites",  "http://martin-lind.dk/demimoore/celeblinksuk.htm", "")
	menu.addItem("changeid", "Changes", "Latest changes on this site",  "http://martin-lind.dk/demimoore/changeuk.htm", "")	



	menu.addSubItem("forsideid", "Menu", "Menu",  "http://martin-lind.dk/demimoore/demimooreuk.htm", "");
	menu.addSubItem("forsideid", "Biography", "A short Demi Moore Biography",  "http://martin-lind.dk/demimoore/Biografiuk.htm", "");
	menu.addSubItem("forsideid", "TV", "Demis notable TV-appearences",  "http://martin-lind.dk/demimoore/Tvlisteuk.htm", "");
	menu.addSubItem("forsideid", "Movies", "Demis movie appearences and productions",  "http://martin-lind.dk/demimoore/Filmlisteuk.htm", "");
	menu.addSubItem("forsideid", "Pictures", "559 Pictures of Demi Moore",  "http://martin-lind.dk/demimoore/demiuk.htm", "")
	menu.addSubItem("forsideid", "Striptease", "Pictures from Striptease",  "http://martin-lind.dk/demimoore/stripteaseuk.htm", "");
	menu.addSubItem("forsideid", "G.I.Jane", "Pictures from G.I. Jane",  "http://martin-lind.dk/demimoore/gijaneuk.htm", "")
	menu.addSubItem("forsideid", "Charlies Angels II", "Charlies Angels II: Full Throtle",  "http://martin-lind.dk/demimoore/ca2uk.htm", "")
	menu.addSubItem("forsideid", "Wallpapers", "Wallpapers from Coolbuddy.com",  "http://martin-lind.dk/demimoore/wallpapersuk.htm", "")
	menu.addSubItem("forsideid", "Demi Moore links", "Links to other Demi related sites",  "http://martin-lind.dk/demimoore/demimoorelinkuk.htm", "")
	menu.addSubItem("forsideid", "Multiple babe/celeb sites", "Links to multiple babe/celeb sites",  "http://martin-lind.dk/demimoore/celeblinksuk.htm", "")
	menu.addSubItem("forsideid", "Changes", "Latest changes on this site",  "http://martin-lind.dk/demimoore/changeuk.htm", "")	

	
		
	menu.showMenu();
}
