//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("MainHeading", "Home", "Home",  null, null);
	menu.addItem("Heading2", "About Us", "About Us",  null, null);
	menu.addItem("Heading3", "Services", "Services",  null, null);
	menu.addItem("Heading4", "Topics", "Topics",  null, null);
	menu.addItem("Heading5", "Events", "Events",  null, null);
	menu.addItem("Heading6", "Employment", "Employment",  null, null);
	menu.addItem("Heading7", "Volunteer", "Volunteer",  null, null);
	menu.addItem("Heading8", "Donate", "Donate",  null, null);
	menu.addItem("Heading9", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("MainHeading", "Home", "Home",  "http://www.tacid.org/index.php", "");
	menu.addSubItem("MainHeading", "Directions", "Directions",  "http://www.mapquest.com/maps?city=Tacoma&state=WA&address=6315+South+19th&zipcode=98466", "");
	menu.addSubItem("MainHeading", "Center Hours", "Center Hours",  "http://www.tacid.org/CenterHours.pdf", "");

        menu.addSubItem("Heading2", "About Us", "About Us",  "http://www.tacid.org/AboutTACID.php", "");
	menu.addSubItem("Heading2", "Center Hours", "Center Hours",  "http://www.tacid.org/CenterHours.pdf", "");
        menu.addSubItem("Heading2", "Executive Director", "Executive Director",  "http://www.tacid.org/ExecutiveDirector.php", "");
        menu.addSubItem("Heading2", "Board of Directors", "Board of Directors",  "http://www.tacid.org/BoardOfDirectors.pdf", "");
        menu.addSubItem("Heading2", "Corporate Advisory Board", "Corporate Advisory Board",  "http://www.tacid.org/CorporateAdvisoryBoard.pdf", "");
        menu.addSubItem("Heading2", "Community Appreciation Event-Woven Lives", "Community Appreciation Event-Woven Lives",  "http://www.tacid.org/WLEvent.php", "");
        menu.addSubItem("Heading2", "Fundraiser-Tapestry", "Fundraiser-Tapestry",  "http://www.tacid.org/Tapestry.php", "");
        menu.addSubItem("Heading2", "Newsletter", "Newsletter",  "http://www.tacid.org/Newsletter.PDF", "");
  

	menu.addSubItem("Heading3", "Center Hours", "Center Hours",  "http://www.tacid.org/CenterHours.pdf", "");
	menu.addSubItem("Heading3", "Services Overview", "Services Overview",  "http://www.tacid.org/ServicesOverview.php", "");
	menu.addSubItem("Heading3", "Activity & Support Group Calendar", "Activity & Support Group Calendar",  "http://www.tacid.org/ActivityCalendar.pdf", "");
	menu.addSubItem("Heading3", "Mental Health Support Group Activities", "Mental Health Support Group Activities",  "http://www.tacid.org/MHSupportActivities.PDF", "");
	menu.addSubItem("Heading3", "Blind/Partially Sighted", "Blind/Partially Sighted",  "http://www.tacid.org/BlindServices.php", "");
	menu.addSubItem("Heading3", "Center Room Bookings", "Center Room Bookings",  "http://www.tacid.org/CenterRoomBookings.php", "");
	menu.addSubItem("Heading3", "Deaf/Hard of Hearing", "Deaf/Hard of Hearing",  "http://www.tacid.org/DeafServices.php", "");
	menu.addSubItem("Heading3", "Development", "Development",  "http://www.tacid.org/Development.php", "");
	menu.addSubItem("Heading3", "Domestic Violence", "Domestic Violence",  "http://www.tacid.org/DomesticViolence.php", "");
	menu.addSubItem("Heading3", "Housing & Employment", "Housing & Employment",  "http://www.tacid.org/HousingAndEmployment.php", "");
	menu.addSubItem("Heading3", "Information & Referral", "Information & Referral",  "http://www.tacid.org/InformationReferral.php", "");
	menu.addSubItem("Heading3", "Mental Health Resources", "Mental Health Resources",  "http://www.tacid.org/MentalHealthServices.php", "");
	menu.addSubItem("Heading3", "Support Groups", "Support Groups",  "http://www.tacid.org/SupportGroups.php", "");


        menu.addSubItem("Heading4", "Topics", "Topics",  "http://www.tacid.org/Topics.php", "");

	menu.addSubItem("Heading5", "Center Hours", "Center Hours",  "http://www.tacid.org/CenterHours.pdf", "");
	menu.addSubItem("Heading5", "Events", "Events",  "http://www.tacid.org/Events.php", "");
	menu.addSubItem("Heading5", "Friday Afternoon Movie", "Friday Afternoon Movie",  "http://www.tacid.org/MovieClubSchedule.pdf", "");
        menu.addSubItem("Heading5", "Free TAX Help", "Free TAX Help",  "http://www.tacid.org/FreeTaxHelp2010.pdf", "");

	menu.addSubItem("Heading6", "Employment", "Employment",  "http://www.tacid.org/EmploymentOpportunities.php", "");

	menu.addSubItem("Heading7", "Volunteer", "Volunteer",  "http://www.tacid.org/Volunteers.php", "");

	menu.addSubItem("Heading8", "Donations", "Donations",  "http://www.tacid.org/Donations.php", "");

	menu.addSubItem("Heading9", "Center Hours", "Center Hours",  "http://www.tacid.org/CenterHours.pdf", "");
	menu.addSubItem("Heading9", "Contact", "Contact",  "http://www.tacid.org/Contact.php", "");
	menu.addSubItem("Heading9", "Directions", "Directions",  "http://www.mapquest.com/maps?city=Tacoma&state=WA&address=6315+South+19th&zipcode=98466", "");
      menu.addSubItem("Heading9", "Links", "Links",  "http://www.tacid.org/Links.php", "");






	menu.showMenu();
}
