//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", "Home", "Home",  null, null);
	menu.addItem("OfficersInformationid", "Officer's Information", "Officer's Information",  null, null);
	menu.addItem("ClubInformationid", "Club Information", "Club Information",  null, null);
	menu.addItem("MembersKennelsInformationid", "Members & Kennels Information", "Members & Kennels Information",   null, null);
	menu.addItem("RescueInformationid", "Rescue Information", "Rescue Information",  null, null);
	menu.addItem("KennelClubsid", "Kennel Clubs", "Kennel Clubs",  null, null);
        menu.addItem("ClubApplicationsid", "Club Applications", "Club Applications",  null, null);
        menu.addItem("HostedShowsid", "Hosted Shows/Seminars", "Hosted Shows/Seminars",  null, null);
        menu.addItem("MiscellaneousLinksInformationid", "Miscellaneous Links & Information", "Miscellaneous Links & Information",  null, null);
        menu.addItem("MembersYahooListid", "Member's Yahoo List", "Member's Yahoo List",  null, null);
        menu.addSubItem("Homeid", "Home", "Home",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAW.html", "");
	menu.addSubItem("OfficersInformationid", "Officer's Information", "Officer's information",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWOfficersPage.html", "");	
	menu.addSubItem("ClubInformationid", "Bylaws", "Bylaws",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/Images/AEDAW/Bylaws_Revision_8.2006.pdf", "_blank");
	menu.addSubItem("ClubInformationid", "Ethics", "Ethics",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/Images/AEDAW/Code_Of_Ethics_8.2006.pdf", "_blank");
	menu.addSubItem("ClubInformationid", "Breed Standard", "Breed Standard",  "http://www.ukcdogs.com/WebSite.nsf/Breeds/AmericanEskimoRevisedSeptember12008", "_blank");	
	menu.addSubItem("MembersKennelsInformationid", "Members Kennels Information", "Members Kennels Information",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWClpuplist.html", "");       
	menu.addSubItem("RescueInformationid", "AEDAW Rescue Information", "AEDAW Rescue Information",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWRescueInfo.html", "");
        menu.addSubItem("RescueInformationid", "AEDAW Rescue Blog - Kennewick Rescues", "AEDAW Rescue Blog - Kennewick Rescues",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWRescue/", "_blank");
        menu.addSubItem("RescueInformationid", "AEDAW Rescue Adoption Form - Adults", "AEDAW Rescue Adoption Form - Adults",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWAdoptionAdult.pdf", "_blank");
        menu.addSubItem("RescueInformationid", "AEDAW Rescue Adoption Form - Puppies", "AEDAW Rescue Adoption Form - Puppies",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWAdoptionPuppy.pdf", "_blank");
        menu.addSubItem("RescueInformationid", "Heart Bandits USA", "Heart Bandits USA",  "http://www.heartbandits.com/", "_blank");
	menu.addSubItem("RescueInformationid", "Pet Finder", "Pet Finder",  "http://www.petfinder.com/", "_blank");
        menu.addSubItem("RescueInformationid", "Seattle Purebred Dog Rescue", "Seattle Purebred Dog Rescue",  "http://www.spdrdogs.org/", "_blank");	
	menu.addSubItem("KennelClubsid", "American Eskimo Dog Club of Oregon - AEDAO", "American Eskimo Dog Club of Oregon - AEDAO",  "http://www.aedao.com/", "_blank");
        menu.addSubItem("KennelClubsid", "National AED Association - NAEDA", "National AED Associaton - NAEDA",  "http://www.americaneskimo.com/NAEDA/", "_blank");
        menu.addSubItem("KennelClubsid", "United Kennel Club - UKC", "United Kennel Club - UKC",  "http://www.ukcdogs.com/WebSite.nsf/WebPages/Home", "_blank");
        menu.addSubItem("ClubApplicationsid", "AEDAW Local Club App Editable", "AEDAW Local Club App Editable",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWLocalMembrshp.pdf", "_blank");
        menu.addSubItem("ClubApplicationsid", "NAEDA National Club App Editable", "NAEDA National Club App Editable",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWNatlMembrshp.pdf", "_blank");	
        menu.addSubItem("HostedShowsid", "Hosted Shows Spring", "Hosted Shows Spring",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWSpringShow.pdf", "_blank");
	menu.addSubItem("HostedShowsid", "Hosted Shows Summer/Fall", "Hosted Shows Summer/Fall",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAWSummerShow.pdf", "_blank");
        menu.addSubItem("HostedShowsid", "All Breed Breeding Seminar", "All Breed Breeding Seminar",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/AEDAW_Breeding_Seminar.pdf", "_blank");
        menu.addSubItem ("MiscellaneousLinksInformationid", "AEDAW Newsletter", "AEDAW Newsletter",  "http://www.angelfire.com/wa/ANGELHEARTESKIES/Images/AEDAW/SeptOct06.pdf", "_blank");
        menu.addSubItem("MiscellaneousLinksInformationid", "Eskie Board Forum", "Eskie Board Forum",  "http://forum.eskie.net/index.php", "_blank");        
        menu.addSubItem("MembersYahooListid", "Yahoo Member List", "Yahoo Member List",  "http://pets.groups.yahoo.com/group/AEDAW/", "_blank");

	menu.showMenu();
}


