//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("home", "Home", "Home",  null, null);
	menu.addItem("photography", "Photography", "Photography",  null, null);
	menu.addItem("design", "Web Design", "Web Design",  null, null);
	menu.addItem("other", "Other Interests", "Other Interests",  null, null);
	menu.addItem("contact", "Contact", "Contact",  null, null);
	

	menu.addSubItem("home", "Home", "Home",  "http://www.carolinebaines.com", "");

	menu.addSubItem("other", "Mary Kay", "Mary Kay", "http://www.carolinebaines.net", "");
	menu.addSubItem("other", "Collies", "Collies",  "http://www.shoshannahcollies.com", "");
	menu.addSubItem("other", "Rag Doll Cats", "Rag Doll Cats",  "http://www.shoshannahcollies.com", "");
	menu.addSubItem("other", "Kangaroo Show Leads", "Kangaroo Show Leads",  "http://www.shoshannahcollies.com", "");

	menu.addSubItem("design", "Web Design", "Web Design",  "http://www.carolinebaines.com/webdesign.html", "");

	menu.addSubItem("photography", "National Specialties", "National Specialties",  "http://www.carolinebaines.com/nationals.html", "");
	menu.addSubItem("photography", "Conformation Dogs", "Conformation",  "http://www.carolinebaines.com/conformation.html", "");
	menu.addSubItem("photography", "Agility", "Agility",  "http://www.carolinebaines.com/agility.html", "");
	menu.addSubItem("photography", "Herding", "Herding",  "http://www.carolinebaines.com/herding.html", "");
	menu.addSubItem("photography", "Wildlife", "Wildlife",  "http://www.carolinebaines.com/wildlife.html", "");
	menu.addSubItem("photography", "Scenery", "Scenery",  "http://www.carolinebaines.com/scenery.html", "");
	menu.addSubItem("photography", "Finches", "Finches",  "http://www.carolinebaines.com/finches.html", "");
	menu.addSubItem("photography", "Rodeos", "Rodeos",  "http://www.carolinebaines.com/rodeos.html", "");
	menu.addSubItem("photography", "Butterfly World, FL", "Butterfly World",  "http://www.carolinebaines.com/bw/bw.html", "");	
	menu.addSubItem("photography", "Billie Swamp Safari, FL", "Billie Swamp Safari, FL",  "http://www.carolinebaines.com/billieswamp.html", "");	
	menu.addSubItem("photography", "Florida Everglades, 2007", "Florida Everglades, 2007",  "http://www.carolinebaines.com/everglades2007.html", "");	
	menu.addSubItem("photography", "Miami Metro Zoo", "Miami Metro Zoo",  "http://www.carolinebaines.com/miamizoo.html", "");	


	menu.addSubItem("contact", "Email Me", "contact",  "mailto:caroline@shoshannahcollies.com", "");

	menu.showMenu();
}
