//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("shanoasid", " Shanoa's", "Shanoas",  null, null);
	menu.addItem("realtor", " Real Estate w/Tara", "Buy and Sell Real Estate with Tara",  null, null);
	menu.addItem("yorkiesid", " Shanoa's Yorkies", "Shanoas Yorkies",  null, null);
	menu.addItem("designsid", " Web Design by Tara", "Web Page Creation",  null, null);
	menu.addItem("tarasid", " Tara's Corner", "Taras Corner",  null, null);
	menu.addItem("graphicsid", " Shanoa's Graphics", "Graphics By Tara",  null, null);
	menu.addItem("tagsid", " Tara's Tags", "Taras Tags",  null, null);
	menu.addItem("infoid", "Updated 8/24/2009", "Copyright&copy;1997-2009, 2009 TR Blair",  null, null);

	menu.addSubItem("shanoasid", "Home", "Back To Shanoa.com",  "http://www.shanoa.com", "");
	menu.addSubItem("shanoasid", "Awards", "Awards I Have Won",  "http://www.shanoa.com/awards.html", "");
	menu.addSubItem("shanoasid", "Links", "Links",  "http://www.shanoa.com/links.html", "");
	menu.addSubItem("shanoasid", "Sign My Guestbook", "Sign My Guestbook",  "http://www.shanoa.com/guestbook.html", "");
	menu.addSubItem("shanoasid", "Wishing Well", "Wishing Well",  "http://www.shanoa.com/wishingwell.html", "");
	menu.addSubItem("shanoasid", "Contact Tara", "Contact Tara",  "http://shanoa.com/contact.htm", "");
	menu.addSubItem("shanoasid", "", "",  "", "");

	menu.addSubItem("realtor", "Real Estate With Tara", "Tara Blair",  "http://tarablair.com", "");
	menu.addSubItem("realtor", "", "",  "", "");


	menu.addSubItem("yorkiesid", "Yorkies Home", "Yorkies Home",  "http://www.shanoa.com/yorkies", "");
	menu.addSubItem("yorkiesid", "Angel", "Angel",  "http://www.shanoa.com/yorkies/angel.html", "");
	menu.addSubItem("yorkiesid", "Yorkie Photos", "Yorkie Photos",  "http://www.shanoa.com/yorkies/photoalbum.html", "");
	menu.addSubItem("yorkiesid", "Gallery", "Gallery",  "http://www.shanoa.com/yorkies/yorkiegallery.html", "");
	menu.addSubItem("yorkiesid", "Other Pets", "Other Pets",  "http://www.shanoa.com/yorkies/otherpets.html", "");
	menu.addSubItem("yorkiesid", "Memorials", "Memorials",  "http://www.shanoa.com/yorkies/memorials.html", "");
	menu.addSubItem("yorkiesid", "Pet Care", "Pet Care",  "http://www.shanoa.com/yorkies/care.html", "");
	menu.addSubItem("yorkiesid", "Pet Links", "Pet Links",  "http://www.shanoa.com/yorkies/petlinks.html", "");
	menu.addSubItem("yorkiesid", "Pet Graphics", "Pet Graphics",  "http://www.shanoa.com/yorkies/graphics.html", "");
	menu.addSubItem("yorkiesid", "Testimonials", "Testimonials",  "http://www.shanoa.com/yorkies/testimony.html", "");
	menu.addSubItem("yorkiesid", "Contact Shanoa's Yorkies", "Contact Shanoa's Yorkies",  "http://shanoa.com/contact.htm", "");
	menu.addSubItem("yorkiesid", "", "",  "", "");

	menu.addSubItem("designsid", "Web Design by Tara", "Web Design by Tara",  "http://webdesignbytara.com/", "");
	menu.addSubItem("designsid", "", "",  "", "");

	menu.addSubItem("tarasid", "Tara's Corner Home", "Taras Corner Home",  "http://www.shanoa.com/taras_corner", "");
	menu.addSubItem("tarasid", "Tara's Family", "Taras Family",  "http://www.shanoa.com/taras_corner/family.htm", "");
	menu.addSubItem("tarasid", "Tara's Friends", "Taras Friends",  "http://www.shanoa.com/taras_corner/friends.htm", "");
	menu.addSubItem("tarasid", "Tara's Personal", "About Tara",  "http://www.shanoa.com/taras_corner/abouttara.htm", "");
	menu.addSubItem("tarasid", "Tara's Humor", "Taras Humor",  "http://www.shanoa.com/taras_corner/humor.htm", "");
	menu.addSubItem("tarasid", "Tara's Poetry", "Taras Poetry",  "http://www.shanoa.com/taras_corner/poetry.htm", "");
	menu.addSubItem("tarasid", "Tara's Genealogy", "Taras Genealogy",  "http://www.shanoa.com/taras_corner/genealogy.html", "");	
        menu.addSubItem("tarasid", "", "",  "", "");


	menu.addSubItem("graphicsid", "Graphics Home", "Graphics Home",  "http://www.shanoa.com/graphics", "");
	menu.addSubItem("graphicsid", "Graphics", "Graphics",  "http://www.shanoa.com/graphics/graphics", "");
	menu.addSubItem("graphicsid", "Backgrounds", "Backgrounds",  "http://www.shanoa.com/graphics/backgrounds", "");
	menu.addSubItem("graphicsid", "Package Sets", "Packages Sets",  "http://www.shanoa.com/graphics/packages", "");
	menu.addSubItem("graphicsid", "", "",  "", "");


	menu.addSubItem("tagsid", "Tara's Tags", "Taras Tags",  "http://tagsbytara.shanoa.com", "");
	menu.addSubItem("tagsid", "", "",  "", "");


	menu.showMenu();
}
