//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 Page", "Samoyed Rescue Home Page",  null, null);
        menu.addItem("Fundraisers", "Stores & Fundraisers", "Local and National Rescue Fundraisers",  null, null);
	menu.addItem("community", "National Rescue Community", "Nat Rescue Community",  null, null);
        menu.addItem("breed", "Breed Info", "Information on Samoyed Breed", null, null);
	menu.addItem("critical", "Critical Needs", "Local Rescue Dogs in Need",  null, null);
	menu.addItem("misc", "Miscellaneous", "Miscellaneous",  null, null);
	menu.addItem("why", "Why Support Rescue", "See Some of the Faces of Rescue",  null, null);
	menu.addItem("faq", "Frequent Questions           ", "Frequently Asked Questions",  null, null);


	menu.addSubItem("Home", "Samoyed Rescue Home", "Samoyed Rescue Home",  "http://www.samoyedrescue.org/index.html", "");
	menu.addSubItem("community", "National Rescue Forum", "National Rescue Forum",  "http://www.samoyedrescue.org/phpbb", "");
        menu.addSubItem("community", "NSR Newsletters", "Previous published newsletters",  "http://www.samoyedrescue.org/Newsletters.html", "");
        menu.addSubItem("community", "Sam Clipart", "Free Samoyed Clipart",  "http://www.samoyedrescue.org/Sam_Clipart/page1.htm", "");
        menu.addSubItem("breed", "Breed Standard", "Samoyed Breed Standard",  "http://www.samoyedrescue.org/breedStandard.html", "");
        menu.addSubItem("breed", "Samoyed Reading List", "Samoyed Reading Resources",  "http://www.samoyedclubofamerica.org/sca/sam_u/resources.html", "");
	menu.addSubItem("breed", "History of Samoyed Breed", "History Of Samoyed breed",  "http://www.samoyedrescue.org/HistoryOfBreed.html", "");
	menu.addSubItem("breed", "About the Samoyed Breed", "So, You Think You Want A Samoyed?",  "http://www.samoyedrescue.org/SoYouWantASamoyed.html", "");
	menu.addSubItem("breed", "A Tribute to the Samoyed by Linnea Stadig Staples", "A Tribute to the Samoyed",  "http://www.geocities.com/silvertipsnz/tribute.html", ""); 
        menu.addSubItem("faq", "Frequent Questions", "Frequently Asked Questions",  "http://www.samoyedrescue.org/rescue_faq.html", "");

	
	menu.addSubItem("misc", "In Memory Of", "In Memory Of",  "http://www.samoyedrescue.org/InMemoryOf.html", "");
	menu.addSubItem("misc", "Smiling Dog", "The Wonderful Smiling Dog",  "http://www.samoyedrescue.org/SmilingDog.html", "");
        menu.addSubItem("misc", "Sam Clipart", "Free Samoyed Clipart",  "http://www.samoyedrescue.org/Sam_Clipart/page1.htm", "");

	menu.addSubItem("why", "Why Support Rescue", "Pictures of the many faces of rescue",  "http://www.samoyedrescue.org/slideshow/index.htm", "");

   	menu.addSubItem("Fundraisers", "Regional Rescue Stores", "Local Stores",  "http://www.samoyedrescue.org/fundraisers.html", "");
	menu.addSubItem("Fundraisers", "National  Fundraisers", "National Rescue Fundraisers",  "http://www.samoyedrescue.org/NationFund.html", "");
        menu.addSubItem("Fundraisers", "Sussie Memorial Fund", "A Must Read Story",  "http://www.samoyedrescue.org/htmlDocs/SussieFund.htm", "");
	menu.addSubItem("critical", "Critical Needs!", "Dogs that need help",  "http://www.samoyedrescue.org/critical_needs/SRSC_star.html", "");
	menu.showMenu();
}






