function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);
	menu = new Menu();
	menu.addItem("basicid", "Non-Fandom", "Information, links, and non-fiction",  null, null);
	menu.addItem("jossid", "Jossverse", "Well, some would call him a god",  null, null);
	menu.addItem("dsid", "due South", "Witty, slashy, and very fun.",  null, null);
	menu.addItem("sgid", "Stargate SG-1", "Team, slash, eight years and counting",  null, null);
        menu.addItem("hostid", "Hosted", "Other people can do cool things too.",  null, null);
	menu.addItem("otherid", "Other Obsessions", "BSB, Angel, Christina...",  null, null);
	 menu.addSubItem("basicid", "Home", "Back to the beginning...",  "http://dianamichelle.5u.com/index.html");
          menu.addSubItem("basicid", "What's New?", "All that is new on my crazy site.",  "http://dianamichelle.5u.com/whats_new.html");
          menu.addSubItem("basicid", "Behind the Scenes", "All about your host.",  "http://dianamichelle.5u.com/about.html");
          menu.addSubItem("basicid", "Disclaimer", "Have a problem with the material on my site? Come here.",  "http://dianamichelle.5u.com/disclaim.html");
          menu.addSubItem("basicid", "Diana's Fanfiction Index", "All my fic links in one place.",  "http://dianamichelle.5u.com/ficindex.html");
          menu.addSubItem("basicid", "Diana's Songvid Index", "All vid in one place.",  "http://dianamichelle.5u.com/vids/index.html");
          menu.addSubItem("basicid", "Links", "Leaving so soon?",  "http://dianamichelle.5u.com/links.html");
         menu.addSubItem("dsid", "Episode Reviews", "Full circle with Benton Fraser.", "http://dianamichelle.5u.com/analysis/duesouth/review/");
          menu.addSubItem("dsid", "Character Essays", "Examining the characters.", "http://dianamichelle.5u.com/analysis/duesouth/characters/");
          menu.addSubItem("dsid", "Fanfiction", "Usually, a Fraser and Ray Kowalski love is a given with me.", "http://dianamichelle.5u.com/analysis/duesouth/fanfic/");
         menu.addSubItem("jossid", "Buffy", "Women who kick ass.", "http://dianamichelle.5u.com/analysis/buffy/");
          menu.addSubItem("jossid", "Angel", "Much death.", "http://dianamichelle.5u.com/analysis/angel/");
          menu.addSubItem("jossid", "Firefly", "Alone in the black.", "http://dianamichelle.5u.com/analysis/firefly/");
	 menu.addSubItem("sgid", "Episode Reviews", "Traveling the galaxy",  "http://dianamichelle.5u.com/analysis/stargate/review/");
          menu.addSubItem("sgid", "Character Essays", "A Closer Look",  "http://dianamichelle.5u.com/analysis/stargate/characters/");
          menu.addSubItem("sgid", "Fanfiction", "Mostly Jack and Daniel",  "http://dianamichelle.5u.com/analysis/stargate/fanfic/");
         menu.addSubItem("hostid", "Jadestar", "My first partner!",  "http://dianamichelle.5u.com/host/jadestar/");
          menu.addSubItem("hostid", "Jim Parish", "The Defender Essays",  "http://dianamichelle.5u.com/host/jacksee/");
          menu.addSubItem("hostid", "JIC", "Fanfic of both FPS and RPS stripes",  "http://dianamichelle.5u.com/host/jic/");
         menu.addSubItem("otherid", "Andromeda", "Dylan and Harper",  "http://dianamichelle.5u.com/analysis/drom/");
          menu.addSubItem("otherid", "Children of Dune", "Twincest and Pretty People",  "http://dianamichelle.5u.com/analysis/dune/");
          menu.addSubItem("otherid", "Deep Space Nine", "The gritty Trek",  "http://dianamichelle.5u.com/analysis/deepspacenine/");
          menu.addSubItem("otherid", "Fanvid Recs", "Fanvid Recommendations.",  "http://dianamichelle.5u.com/analysis/review/vidindex.html");
          menu.addSubItem("otherid", "Farscape", "Losing John.",  "http://dianamichelle.5u.com/analysis/farscape/fanfic/");
	  menu.addSubItem("otherid", "Harry Potter", "Nothing slashy yet.",  "http://dianamichelle.5u.com/analysis/harry/");
          menu.addSubItem("otherid", "Images and Icons", "Wallpapers, icons, and image manipulations.",  "http://dianamichelle.5u.com/imageindex.html");
	  menu.addSubItem("otherid", "Lord of the Rings", "Films, actors, books",  "http://dianamichelle.5u.com/analysis/lotr/");
          menu.addSubItem("otherid", "Real Person Slash", "Fiction about people who are alive and active in the industry.",  "http://dianamichelle.5u.com/analysis/rps/");
          menu.addSubItem("otherid", "Smallville", "Mostly uneven, occasionally brilliant",  "http://dianamichelle.5u.com/analysis/smallville/");
          menu.addSubItem("otherid", "Star Wars", "The Ultimate Space Opera",  "http://dianamichelle.5u.com/analysis/starwars/");
          menu.addSubItem("otherid", "X-Men", "Movieverse fic.",  "http://dianamichelle.5u.com/analysis/xmen/");
menu.showMenu();
}
