//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("whoweare", "Who We Are", "Who We Are",  "http://www.pdca.net/WhoWeAre/index.html", null);
	menu.addItem("memberbenefits", "Member Benefits", "Member Benefits",  null, null);
	menu.addItem("chapterinfo", "Chapter Info", "Chapter Info",  null, null);
	menu.addItem("national", "PDCA National", "PDCA National",  null, null);
	menu.addItem("new", "What's New", "What's New",  "http://www.pdca.net/WhatNew/index.html", null);
	menu.addItem("find", "Find a PDCA Professional", "Find a PDCA Professional",  "http://www.pdca.net/FindProfessional/index.html", null);
	menu.addItem("contact", "Contact Us", "Contact Us",  "http://www.pdca.net/Contact.asp", null);
	menu.addItem("home", "Home", "Home",  "http://www.pdca.net", null);


//submenu items for the first Menu webmasterid:
	menu.addSubItem("memberbenefits", " Benefits", "Benefits",  "http://www.pdca.net/MemberBenefits/index.html", "");
	menu.addSubItem("memberbenefits", " Get Web Page", "Get Web Page",  "http://www.pdca.net/MemberBenefits/GetWebpage.html", "");
	menu.addSubItem("memberbenefits", " Form 'Chapter Membership'", "Form 'Chapter Membership'",  "http://www.pdca.net/MemberBenefits/ApplicationChapterMembership.pdf", "_blank");
	menu.addSubItem("memberbenefits", " Form 'International Membership'", "Form 'International Membership'",  "http://www.pdca.net/MemberBenefits/Application for International Membership.pdf", "_blank");
	menu.addSubItem("memberbenefits", " Mainland British Columbia", "Mainland British Columbia",  "http://www.pdca.net/ChapterInfo/mainlandBC.html", "");
	menu.addSubItem("memberbenefits", " PDCA Standards", "PDCA Standards",  "http://www.pdca.org/Standards.htm", "_blank");



	menu.addSubItem("chapterinfo", "Chapters&Councils", "Chapters&Councils",  "http://www.pdca.net/ChapterInfo/index.html", "");
	menu.addSubItem("chapterinfo", "Canada Council PDCA", "Canada Council PDCA",  "http://www.pdca.net/ChapterInfo/WCC_pdca.html", "");
	menu.addSubItem("chapterinfo", "CC PDCA Members", "CC PDCA Members",  "http://www.pdca.net/ChapterInfo/WCC_pdcaMembers.html", "");
	menu.addSubItem("chapterinfo", "Members Websites", "Members Websites",  "http://www.pdca.net/ChapterInfo/WCC_pdcaMembersWeb.html", "");
	menu.addSubItem("chapterinfo", "Associate Members", "Associate Members",  "http://www.pdca.net/ChapterInfo/WCC_pdcaAssociateMembers.html", "");
	menu.addSubItem("chapterinfo", "Associate Members Websites", "Associate Members Websites",  "http://www.pdca.net/ChapterInfo/WCC_pdcaAssociateMembersWeb.html", "");
	menu.addSubItem("chapterinfo", "Mainland British Columbia", "Mainland British Columbia",  "http://www.pdca.net/ChapterInfo/mainlandBC.html", "");
	menu.addSubItem("chapterinfo", "Vancouver Island Chapter", "Vancouver Island Chapter",  "http://www.pdca.net/ChapterInfo/VanIsland.html", "");
	menu.addSubItem("chapterinfo", "Golden Horseshoe Chapter", "Golden Horseshoe Chapter",  "http://www.pdca.net/ChapterInfo/Goldehorseshoe.html", "");



	menu.addSubItem("national", "PDCA Code Of Ethics", "PDCA Code Of Ethics",  "http://www.pdca.net/PDCAnational/index.html", "");
	menu.addSubItem("national", "PDCA National Website", "PDCA National Website",  "http://www.pdca.org", "_blank");
	menu.addSubItem("national", "PDCA Online Store", "PDCA Online Store",  "http://www.pdca.org/PDCAstore.htm", "_blank");
	menu.addSubItem("national", "PDCA Standards", "PDCA Standards",  "http://www.pdca.org/Standards.htm", "_blank");
//	menu.addSubItem("question", "Question1", "Question1",  "question.html", "");


	menu.addSubItem("contact", "Contact Us", "Contact Us",  "http://www.specifygreen.com/ContactUs.asp", "");
	menu.addSubItem("contact", "Feedback", "Feedback",  "http://www.specifygreen.com/FeedBack.asp", "");
	
	
http://www.pdca.net/
	menu.showMenu();
}