//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("homeid", "Whale of a Tale Home", "Whale of a Tale Home", "default.html");

	menu.addItem("whaleid", "Whale/Sealife Info & Photos", "Whale/Sealife Info & Photos",  null, null);

	menu.addItem("endangeredid", "Endangered Species Info", "Endangered Species Info",  null, null);

 	menu.addItem("endangeredphotoid", "Endangered Species Photos", "Join Endangered Species Photos",  null, null);

        menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

              

	

        menu.addSubItem("whaleid", "Humpback Info", "Humpback Info",  "eshumpback.html", "");



        menu.addSubItem("whaleid", "Whale Photos", "Whale Photos",  "orca.html", "");



        menu.addSubItem("whaleid", "Whale Photos 2", "Whale Photos 2",  "orca2.html", "");

	

        menu.addSubItem("whaleid", "Sea Otter Info", "Sea Otter Info",  "esseaotter.html", "");

	

	menu.addSubItem("whaleid", "Sea Life Photos", "Sea Life Photos",  "slphotos.html", "");

	

        menu.addSubItem("whaleid", "Sea Life Photos 2", "Sea Life Photos 2",  "slphotos2.html", "");



	menu.addSubItem("endangeredid", "Bald Eagle", "Bald Eagle",  "esbaldeagle.html", "");



        menu.addSubItem("endangeredid", "Manatee", "Manatee",  "esmanatee.html", "");



        menu.addSubItem("endangeredid", "Giant Panda", "Giant Panda",  "espanda.html", "");



        menu.addSubItem("endangeredid", "Grizzly Bear", "Grizzly Bear",  "esgrizzly.html", "");



        menu.addSubItem("endangeredid", "Snow Leopard", "Snow Leopard",  "essnowleopard.html", "");



        menu.addSubItem("endangeredid", "Tiger", "Tiger",  "estiger.html", "");



        menu.addSubItem("endangeredphotoid", "Endangered Photos", "Endangered Photos",  "esphotos.html", "");



        menu.addSubItem("endangeredphotoid", "Endangered Photos 2", "Endangered Photos 2",  "esphotos2.html", "");

        

        menu.addSubItem("endangeredphotoid", "Endangered Photos 3", "Endangered Photos 3",  "esphotos3.html", "");

 
        menu.addSubItem("miscid", "Awards", "Awards",  "awards.html", "");

        menu.addSubItem("miscid", "Comps", "Comps",  "comps.html", "");

        menu.showMenu();

}
