function showToolbar(){// AddItem(id, text, hint, location, alternativeLocation);// AddSubItem(idParent, text, hint, location);	menu = new Menu();menu.addItem("horsefeaturesid", "HORSE HEALTH & NEWS", "Horse Features & Information",  null, null);	menu.addItem("interactwithusid", "HORSE PLAY", "Interact With Us & fellow horse lovers",  null, null);	menu.addItem("thetvshowid", "THE TV SHOW", " Find out more about the show Click here ", null, null );	menu.addItem("seriesid", "HOLIDAYS with HORSES", "Holidays with Horses", "timberline.htm");		menu.addItem("horsetradesid", " LEARNING CENTER", "Learn all about horses",  "LEARN.htm");	menu.addSubItem("thetvshowid", " Our Hosts", "Our Hosts ",  "hosts.lasso1.htm");	menu.addSubItem("thetvshowid", " Where 2 Watch", "Find out the veiwing schedule of your favorite show",  "wheretowatch.lasso1.htm");	menu.addSubItem("thetvshowid", " Shows ", "2001 series at a glance",  "seriesthree.htm");menu.addSubItem("thetvshowid", " The crew at work", "Behind the scenes",  "crew.htm");	menu.addSubItem("thetvshowid", " The Producers ", "About Grasslands Entertainment",  "grasslands.htm");	menu.addSubItem("seriesid", "Banff", "Timberline Outfitters",  "timberline.htm");	menu.addSubItem("horsefeaturesid", " Horse Health", "Health Information ",  "health1.htm");      menu.addSubItem("horsefeaturesid", "Horse Nutrition", " Nutrition Information",  "nutrition.htm");	menu.addSubItem("horsefeaturesid", "HorsePower Feature", "A feature from the magazine HorsePower",  "horsepower.htm");menu.addSubItem("horsefeaturesid", "Horse Sport Feature", "A feature from the magazine Horse Sport ",  "horsesport.htm"); menu.addSubItem("horsefeaturesid", "Cnd Thoroughbred", "A feature from the magazine Cnd Thoroughbred",  "cantb.htm");      	menu.addSubItem("interactwithusid", "Horse Laugh", "A cartoon collection of Fergus ",  "fergus1.htm");menu.addSubItem("interactwithusid", "Horse Gallery Contest", "Horse Gallery",  "horlovecon.htm");	menu.addSubItem("interactwithusid", "Screensavers", " Horse Screensavers",  "screensaver.htm");	menu.addSubItem("interactwithusid", "Links", " Horse Links",  "horselinks.lasso1.htm");menu.addSubItem("interactwithusid", "Chat", "Chat with other horse owners ",  "chat.htm");	menu.showMenu();	}