function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("specialid", "Special Days", "Special Days",  null, null);
	menu.addItem("pspgalleryid", "PSP Gallery", "PSP Gallery",  null, null);
	menu.addItem("cowstuffid", "Cow Stuff", "Cow Stuff",  null, null);
	menu.addItem("tutorialsid", "Tutorials", "Tutorials",  null, null);
	menu.addItem("personalid", "Personal Info", "Personal Info",  null, null);

	menu.addSubItem("specialid", "Memorial Day", "Memorial Day",  "http://myweb.cableone.net/mbergen33/memorial.html");
	
	menu.addSubItem("specialid", "Christmas", "Christmas",  "http://myweb.cableone.net/mbergen33/christmas.html");

	menu.addSubItem("pspgalleryid", "SnowGlobes", "SnowGlobes",  "http://myweb.cableone.net/mbergen33/snowglobes.html");
	menu.addSubItem("pspgalleryid", "", "",  "");
	menu.addSubItem("pspgalleryid", "", "",  "");
	menu.addSubItem("pspgalleryid", "", "",  "");
	

	menu.addSubItem("cowstuffid", "Mary's Moo Moos", "Mary's Moo Moos",  "http://myweb.cableone.net/mbergen33/moomoos.html");
	menu.addSubItem("cowstuffid", "Huggables", "Huggables",  "http://myweb.cableone.net/mbergen33/huggables.html");
      menu.addSubItem("cowstuffid", "Odds and Ends", "Odds and Ends",  "http://myweb.cableone.net/mbergen33/odd.html");
	menu.addSubItem("cowstuffid", "Cowtoons", "Cowtoons",  "http://myweb.cableone.net/mbergen33/cowtoons.html");
      menu.addSubItem("cowstuffid", "Cow Links", "Cow Links",  "http://myweb.cableone.net/mbergen33/cowlinks.html");

	menu.addSubItem("tutorialsid", "Izzy A. Peach", "Izzy A. Peach",  "http://myweb.cableone.net/mbergen33/Izzy.htm");
menu.addSubItem("tutorialsid", "Your Basic Cow", "Your Basic Cow",  "http://myweb.cableone.net/mbergen33/Cow.htm");
menu.addSubItem("tutorialsid", "Holy Cow", "Holy Cow",  "http://myweb.cableone.net/mbergen33/HolyCow/HolyCow.html");

menu.addSubItem("tutorialsid", "Number 86", "Number 86",  "http://myweb.cableone.net/mbergen33/Number86/Number86.html");



menu.addSubItem("tutorialsid", "Afghan Swirl", "Afghan Swirl",  "http://myweb.cableone.net/mbergen33/afghan.html");

	

	menu.addSubItem("personalid", "Bios", "Bios",  "http://myweb.cableone.net/mbergen33/personal.html");
	
	menu.addSubItem("personalid", "", "",  "");
	menu.addSubItem("personalid", "", "",  "");
	menu.addSubItem("personalid", "", "",  "");

	menu.showMenu();
}
