//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("homeid", "Home", "Home",  null, null);
menu.addItem("wisdomid", "Tomes of Knowledge", "Tomes of Knowledge",  null, null);
        menu.addItem("runeid", "Detailed Runes", "Detailed Runes",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);
	menu.addItem("warid", "War", "War",  null, null);
	menu.addItem("nostid", "Nostalgia", "Nostalgia",  null, null);
	menu.addItem("philoid", "Philosophical", "Philosophical",  null, null);
	
	menu.addSubItem("homeid", "Home", "Home",  "index.html", "");
	menu.addSubItem("homeid", "Chaotic Dreams", "Chaotic Dreams",  "http://terajjin.com", "");

menu.addSubItem("wisdomid", "Dragon Runes", "Dragon Runes",  "Runes.htm", "");
menu.addSubItem("wisdomid", "Simple Divination", "Simple Divination",  "SimpleRunes.html", "");
menu.addSubItem("wisdomid", "Simple Charms", "Simple Charms",  "Charms.html", "");
menu.addSubItem("wisdomid", "Phonetic Runes", "Phonetic Runes",  "RunesC.htm", "");
menu.addSubItem("wisdomid", "Meditations", "Meditations",  "Meditations.html", "");
menu.addSubItem("wisdomid", "Rune Cosmology", "Rune Cosmology",  "Runeswhole.html", "");

        menu.addSubItem("runeid", "Ratanen", "Ratanen",  "Ratanen.html", "");

	menu.addSubItem("miscid", "A Nonsense Poem", "A Nonsense Poem",  "Nonsense.html", "");
	menu.addSubItem("miscid", "Happy Cute", "Happy Cute",  "Happy.html", "");
	menu.addSubItem("miscid", "Contentment", "Contentment",  "Contentment.html", "");
	menu.addSubItem("miscid", "Dragon's Den", "Dragon's Den",  "Dragon.html", "");
	menu.addSubItem("miscid", "Soul of Two", "Soul of Two",  "Soul2.html", "");
	menu.addSubItem("miscid", "Dance of the Woods", "Dance of the Woods",  "Dance.html", "");
	menu.addSubItem("miscid", "Watching", "Watching",  "Watching.html", "");
	menu.addSubItem("miscid", "Dreams of Trees", "Dreams of Trees",  "Dreams.html", "");
	menu.addSubItem("miscid", "Shadow Path", "Shadow Path",  "Shadowpath.html", "");
	menu.addSubItem("miscid", "Living Art", "Living Art",  "Livingart.html", "");
	menu.addSubItem("miscid", "Renewed", "Renewed",  "Renewed.html", "");


	menu.addSubItem("warid", "Final Gate", "Final Gate",  "Final.html", "");
	menu.addSubItem("warid", "Pools", "Pools",  "Pools.html", "");
	menu.addSubItem("warid", "Consuming Fury", "Consuming Fury",  "Consuming.html", "");
	menu.addSubItem("warid", "Sacrifice", "Sacrifice",  "Sacrifice.html", "");
	menu.addSubItem("warid", "Thoughts of the Warrior", "Thoughts of the Warrior",  "Thoughts.html", "");
	menu.addSubItem("warid", "End of a Feud", "End of a Feud",  "Endfeud.html", "");


	menu.addSubItem("nostid", "Lost City", "Lost City",  "Lostcity.html", "");
	menu.addSubItem("nostid", "Forgotten Library", "Forgotten Library",  "Library.html", "");
	menu.addSubItem("nostid", "An Old Home", "An Old Home",  "Oldhome.html", "");
	menu.addSubItem("nostid", "All thats Left", "All thats Left",  "All.html", "");
	menu.addSubItem("nostid", "Haunting Visions", "Haunting Visions",  "Haunting.html", "");
	menu.addSubItem("nostid", "Silent Corner", "Silent Corner",  "Silent.html", "");
	menu.addSubItem("nostid", "Breath of Rain", "Breath of Rain",  "Rainbreath.html", "");
	menu.addSubItem("nostid", "Dying Flame", "Dying Flame",  "Dyingflame.html", "");
	menu.addSubItem("nostid", "Unknown Fear", "Unknown Fear",  "Unknown.html", "");

	menu.addSubItem("philoid", "Balance", "Balance",  "Balance.html", "");
	menu.addSubItem("philoid", "Masks", "Masks",  "Masks.html", "");
	menu.addSubItem("philoid", "Experiences", "Experiences",  "Experience.html", "");
	menu.addSubItem("philoid", "A Twinge", "A Twinge",  "Atwinge.html", "");
	menu.addSubItem("philoid", "Summerlands", "Summerlands",  "Summerlands.html", "");
	menu.addSubItem("philoid", "Woven Dreams", "Woven Dreams",  "Woven.html", "");
	menu.addSubItem("philoid", "Gray", "Gray",  "Gray.html", "");
	menu.addSubItem("philoid", "Life Need", "Life Need",  "Lifeneed.html", "");
	menu.addSubItem("philoid", "Against The Grain", "Against The Grain",  "Against.html", "");
	menu.addSubItem("philoid", "Young Fire", "Young Fire",  "Youngfire.html", "");
	menu.addSubItem("philoid", "The Search", "The Search",  "Search.html", "");
	menu.addSubItem("philoid", "Path of Winds", "Path of Winds",  "Path.html", "");
	

	menu.showMenu();
}
