//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("webmasterid", "Home", "Home",  null, null);
	menu.addItem("naedacid", "NAEDAC Links", "NAEDAC Links",  null, null);
	menu.addItem("newsletterid", "NAEDAC Newsletters", "NAEDAC Newsletters",  null, null);
    menu.addItem("naedacfrenchid", "NAEDAC in French", "French",  null, null);
	menu.addItem("memberswebsitesid", "Members Sites", "Members Sites",  null, null);
	menu.addItem("adoptionrescueid", "Adoption/Rescue", "Adoption/Rescue",  null, null);
    menu.addItem("healthlinkid", "Health Links", "Links, etc.",  null, null);
    menu.addItem("otherid", "Other Links", "Other Links",  null, null);
	

	menu.addSubItem("webmasterid", "Home", "Home",  "http://www.naedac.ca", "");
	menu.addSubItem("webmasterid", "PSS Web Dezinez", "Our Web Desinger",  "http://www.pssweb.net", "");
	menu.addSubItem("webmasterid", "Email", "Email",  "mailto:pssweb@earthlink.net?subject=Hello PSS Web Dezinez", "");
	
	menu.addSubItem("naedacid", "American Eskimo Dog", "Breed Standard",  "americaneskimodog.htm", "");
	menu.addSubItem("naedacid", "Officers", "Officers",  "Officers.htm", "");
	menu.addSubItem("naedacid", "Mission", "Mission",  "mission.htm", "");
	menu.addSubItem("naedacid", "Members", "Members",  "Members1.htm", "");
    menu.addSubItem("naedacid", "Application", "Application",  "applicationform.htm", "");
    menu.addSubItem("naedacid", "Joining", "Joining",  "thinkingaboutjoining.htm", "");
	menu.addSubItem("naedacid", "Application - Word Document", "Application - Word Document",  "application.doc", "");
	menu.addSubItem("naedacid", "Code of Ethics", "Code of Ethics",  "CodeofEthics.htm", "");
	menu.addSubItem("naedacid", "Feedback", "Feedback",  "feedback.htm", "");
	
	menu.addSubItem("newsletterid", "NAEDAC Newsletter", "December 2005",  "dec05newsletter.htm", "");

	
	menu.addSubItem("naedacfrenchid", "Qui nous sommes", "Qui nous sommes",  "quinoussommes.htm", "");
	menu.addSubItem("naedacfrenchid", "Apparence et Personnalité", "Apparence et Personnalité",  "ApparenceetPersonnalite.htm", "");
	menu.addSubItem("naedacfrenchid", "Code d éthique", "Code d éthique ",  "Codedethique.htm", "");
	menu.addSubItem("naedacfrenchid", "Formule d inscription", "Formule d'inscription",  "formuledinscription.htm", "");
	menu.addSubItem("naedacfrenchid", "Le Standard", "Le Standard",  "LeStandard.htm", "");
	
	menu.addSubItem("memberswebsitesid", "Nuuktok American Eskimos (Standards Only)", "Ontario",  "http://webhome.idirect.com/~keluk", "");
	menu.addSubItem("memberswebsitesid", "Phantomrun Kennels(Standards Only)", "Ontario",  "http://www.phantomruneskies.com", "");
	menu.addSubItem("memberswebsitesid", "Hamilton American Eskimos(Standards Only)", "Alberta",  "http://www.hamiltonamericaneskimos.com", "");
    menu.addSubItem("memberswebsitesid", "Wachusett American Eskimos(Standards Only)", "Massachusetts, USA",  "http://wachusett.pssweb.net", "");
	menu.addSubItem("memberswebsitesid", "Snowstar Kennels(Standards Only)", "Prince Edward Island",  "http://www.snowstar-kennels.com/", "");
	menu.addSubItem("memberswebsitesid", "Kiskapoo Kennels (Toys and Miniatures)", "Alberta",  " http://www3.telus.net/public/kiskapoo", "");
	menu.addSubItem("memberswebsitesid", "Carara American Eskimos (Toys and Miniatures)", "Alberta",  "http://carara.topcities.com/mydogs.html", "");
	menu.addSubItem("memberswebsitesid", "Terrimo American Eskimos (Toys and Miniatures)", "Alberta",  "http://www.americaneskimos.com", "");
	menu.addSubItem("memberswebsitesid", "Angelheart American Eskimos (Standards)", "Washington",  "http://www.angelheart-eskies.com", "");

	

	menu.addSubItem("adoptionrescueid", "Heartbandits", "Eskie Rescue",  "http://www.heartbandits.com/", "");
	menu.addSubItem("adoptionrescueid", "Ontario Heartbandits", "Eskie Rescue",  "http://www.geocities.com/ont_heartbandit/rescue.html", "");
	menu.addSubItem("adoptionrescueid", "Pawzie-Tively Precious", "Eskie Rescue",  "http://www.reskie.com/index.html", "");
	
    menu.addSubItem("healthlinkid", "OFA", "Orthopedic Foundation of Animals",  "http://www.offa.org/", "");
	menu.addSubItem("healthlinkid", "CERF", "Canine Eye Registry Foundation",  "http://www.vmdb.org/cerf.html", "");
    menu.addSubItem("healthlinkid", "Opti-Gen", "PRA Testing", "http://www.optigen.com/", "");
	menu.addSubItem("healthlinkid", "Pattern A List", "List of tested A", "http://myweb.cableone.net/lenise/optigen.htm","");
	
    menu.addSubItem("otherid", "Canadian Kennel Club", "CKC",  "http://www.ckc.ca", "");
	menu.addSubItem("otherid", "United Kennel Club", "UKC",  "http://www.ukcdogs.com", "");
	menu.addSubItem("otherid", "American Kennel Club", "AKC",  "http://www.akc.org", "");


	menu.showMenu();
}
