function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("varzilid", "Home", "Home",  "Varzil.htm", "Varzil.htm");
	menu.addItem("faqid", "FAQ", "Unofficial Demise FAQ",  "faq.html", "faq.html");
	menu.addItem("guildsid", "Guild Info", "Guild Info including A/D and Quests",  null, null);
	menu.addItem("teleid", "Misc. Help", "Misc. Help",  "misc.htm", null);
	menu.addItem("freedownloadid", "Demo & Patches", "Demo & Patches From 	Artifact-Entertainment",  "http://www.artifact-entertainment.com/demise/support/patches.shtml", 				"http://www.artifact-entertainment.com/demise/support/patches.shtml");
	menu.addItem("linksid", "Demise Links", "Demise Links",  null, null);

	menu.addSubItem("varzilid", "Ku'Tan Rising Home", "Ku'Tan Rising Home",  "Varzil.htm");
	

	menu.addSubItem("faqid", "Demise FAQ", "Unofficial Demise FAQ",  "faq.html");


	menu.addSubItem("freedownloadid", "Demise Demo", "Demise Demo",  "http://www.artifact-entertainment.com/demise/support/patches.shtml");
	menu.addSubItem("freedownloadid", "Latest Patch", "Latest Patch",  "http://www.artifact-entertainment.com/demise/support/patches.shtml");
      
	menu.addSubItem("guildsid", "Artisan", "Artisan",  "artisan.htm");
	menu.addSubItem("guildsid", "Barbarian", "Barbarian",  "barbarian.htm");
	menu.addSubItem("guildsid", "Explorer", "Explorer",  "explorer.htm");
	menu.addSubItem("guildsid", "Ninja", "Ninja",  "ninja.htm");
	menu.addSubItem("guildsid", "Paladin", "Paladin",  "paladin.htm");
	menu.addSubItem("guildsid", "Thief", "Thief",  "thief.htm");
	menu.addSubItem("guildsid", "Warrior", "Warrior",  "warrior.htm");
	menu.addSubItem("guildsid", "Treatise Information", "Treatise Information",  "treatise.htm");
	
	menu.addSubItem("teleid", "Loks Teleporter Shortcuts", "Loks Teleporter Shortcuts",  "tport.html");
	menu.addSubItem("teleid", "Keyboard Shortcuts", "Keyboard Shortcuts",  "http://www.artifact-entertainment.com/demise/helplesson/commands.htm");
	menu.addSubItem("teleid", "Demise Archive", "Demise Archive", "http://www.artifact-entertainment.com/demise/cgi_bin/forumdisplay.cgi?action=topics&forum=Knowledge+Archives&number=6&DaysPrune=1000&LastLogin=");
	menu.addSubItem("teleid", "Monster Charming", "Monster Charming",  "Charming.htm");
	menu.addSubItem("teleid", "Ding Bug Fix", "Ding Bug Fix",  "dingfix.htm");
	menu.addSubItem("teleid", "Demise Theme", "Demise Theme",  "Demisetheme.exe");


	menu.addSubItem("linksid", "Official Demise Site", "Official Demise Site",  "http://www.artifact-entertainment.com/demise/");
	menu.addSubItem("linksid", "Official Demise Forum", "Official Demise Forum",  "http://www.artifact-entertainment.com/demise/cgi_bin/ultimatebb.cgi");
	menu.addSubItem("linksid", "Killer & Sensei", "Killer & Sensei",  "http://demise.free.fr/");
	menu.addSubItem("linksid", "Shadow Beasts Unofficial Guide", "Shadow Beasts Unofficial Guide",  "http://www.geocities.com/TimesSquare/Realm/3324/iwmain.htm");
	menu.addSubItem("linksid", "Demise World", "Demise World",  "http://www.kensworld.com/demise/");
	menu.addSubItem("linksid", "Gone Gold Demise Guide", "Gone Gold Demise Guide",  "http://www.gonegold.com/gguide/demise.shtml");
	menu.addSubItem("linksid", "Spinnerville", "Spinnerville",  "http://demise.vrielink.net/");
	menu.addSubItem("linksid", "Demise ICQ Group", "Demise ICQ Group",  "http://groups.icq.com/Games/group.asp?no=187106");
	menu.addSubItem("linksid", "The LPL", "The Legitimate Players League",  "http://207.237.125.154/lpl/");
	menu.addSubItem("linksid", "Zodiac's Temple of Darkness", "Custom Character Pictures",  "http://www.geocities.com/Area51/Nebula/4390/index.htm");
	menu.addSubItem("linksid", "Kravex Ticklemesnook", "Custom Character Pictures",  "http://www.homestead.com/ticklemesnook/charpics.html");
menu.addSubItem("linksid", "Cult of the Anti-Gnome", "Cult of the Anti-Gnome",  "http://www.angelfire.com/games/cult/index.html");
menu.addSubItem("linksid", "RPGDOT Demise Guide", "RPGDOT Demise Guide",  "http://www.rpgdot.com/html/demguide1.html");


	menu.showMenu();
}
