//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", " Return to the Home Page",  "index.htm", null);
	menu.addItem("playersid", "Players", "For Players",  null, null);
	menu.addItem("parentsid", "Parents", "For Parents",  null, null);
	menu.addItem("divisionid", "Divisions", "Divisions",  null, null);
	menu.addItem("coachesid", "Coaches", "For Coaches",  null, null);
	menu.addItem("refereeid", "Referees", "For Referees",  null, null);
	menu.addItem("leagueid", "The League", "Contact Us",  null, null);

	menu.addSubItem("homeid", "Home", "Home",  "index.htm", "");

	menu.addSubItem("playersid", "AYSO Philosophy", "Here is the League Philosophy",  "philosophy.htm", "");
	menu.addSubItem("playersid", "Calender", "Calender of Upcoming Events",  "AYSO_Calendar_2011.pdf", "");
	menu.addSubItem("playersid", "Field Conditions", "How are the Fields Today?",  "conditions.htm", "");
	menu.addSubItem("playersid", "Maps to Fields", "Directions to the Fields",  "maps.htm", "_blank");
//	menu.addSubItem("playersid", "Pictures", "Pictures from Games",  "pictures2004fall.htm", "");
//	menu.addSubItem("playersid", "Schedules", "When Do You Play",  "schedules2005summer.htm", "");


	menu.addSubItem("parentsid", "AYSO Philosophy", "Here is the League Philosophy",  "philosophy.htm", "");
	menu.addSubItem("parentsid", "Calender", "Calender of Upcoming Events",  "AYSO_Calendar_2011.pdf", "");
	menu.addSubItem("parentsid", "Field Conditions", "How are the Fields Today?",  "conditions.htm", "");
	menu.addSubItem("parentsid", "Handbook", "Parent Handbook",  "handbook.pdf", "");
	menu.addSubItem("parentsid", "How Can I Help", "Can You Volunteer",  "volunteer.htm", "");
	menu.addSubItem("parentsid", "Links for Parents", "Helpful Links",  "parentlink.htm", "");
	menu.addSubItem("parentsid", "Maps to Fields", "Directions to the Fields",  "maps.htm", "_blank");
//	menu.addSubItem("parentsid", "Pictures", "Pictures from Games",  "pictures2004fall.htm", "");
//	menu.addSubItem("parentsid", "Registration", "How to Register Your Child",  "registration.htm", "");
//	menu.addSubItem("parentsid", "Schedules", "Schedules for All Divisions",  "schedules2005summer.htm", "");
	menu.addSubItem("parentsid", "FAQs",  "Fequently Asked Questions", "faq.htm", "");
	menu.addSubItem("parentsid", "Sponsors", "AYSO Sponsors",  "sponsors.htm", "");


	menu.addSubItem("divisionid", "AYSO Philosophy", "Here is the League Philosophy",  "philosophy.htm", "");
	menu.addSubItem("divisionid", "Under 6", "Under 6",  "Summer 2011 u6.pdf", "");
	menu.addSubItem("divisionid", "Under 8 Girls", "Under 8 Girls",  "Summer_2011_Schedule U8 Girls.pdf", "");
	menu.addSubItem("divisionid", "Under 8 Boys", "Under 8 Boys",  "Summer_2011_Schedule U8  Boys.pdf", "");
	menu.addSubItem("divisionid", "Under 10 Girls", "Under 10 Girls",  "Summer_2011_Schedule U10 Girls.pdf", "");
	menu.addSubItem("divisionid", "Under 10 Boys", "Under 10 Boys",  "Summer_2011_Schedule U10 Boys.pdf", "");
	menu.addSubItem("divisionid", "Under 12 Girls", "Under 12 Girls",   "coming_soon.htm", "");
	menu.addSubItem("divisionid", "Under 12 Boys", "Under 12 Boys",  "coming_soon.htm", "");
	menu.addSubItem("divisionid", "Under 14 Girls", "Under 14 Girls",  "coming_soon.htm", "");
	menu.addSubItem("divisionid", "Under 14 Boys", "Under 14 Boys",  "coming_soon.htm", "");
//	menu.addSubItem("divisionid", "Under 16 Girls", "Under 16 Girls",  "under14-under19.htm", "");
	menu.addSubItem("divisionid", "Under 16 Boys", "Under 16 Boys",   "coming_soon.htm", "");
//	menu.addSubItem("divisionid", "Under 19 Girls", "Under 19 Girls",  "under14-under19.htm", "");
//	menu.addSubItem("divisionid", "Under 19 Boys", "Under 19 Boys",  "under14-under19.htm", "");
//	menu.addSubItem("divisionid", "Winter 2004/2005", "Winter League Information",  "2005winter.htm", "");
//	menu.addSubItem("divisionid", "Fall 2004", "Results of the Fall 2004 Tournaments",  "tournament2004.htm", "");

	menu.addSubItem("coachesid", "AYSO Philosophy", "Here is the League Philosophy",  "philosophy.htm", "");
	menu.addSubItem("coachesid", "Calender", "Calender of Upcoming Events",  "AYSO_Calendar_2011.pdf", "");
//	menu.addSubItem("coachesid", "Coaches Packet", "Items fro the Coaches Packet",  "packet-stuff.htm", "");
	menu.addSubItem("coachesid", "Field Conditions", "How are the Fields Today?",  "conditions.htm", "");
	menu.addSubItem("coachesid", "Handbook", "Parent Handbook",  "handbook.pdf", "");
	menu.addSubItem("coachesid", "Links for Coaches", "Helpful Links for The Coaches",  "coachlink.htm", "");
	menu.addSubItem("coachesid", "Practice Times", "Which Teams Practice When?",  "summer11_practice.pdf", "");
	menu.addSubItem("coachesid", "Picture Day", "Times for Picture Day Photos",  "summer11_picture.pdf", "");
//	menu.addSubItem("coachesid", "Schedules", "Schedules for All Divisions",  "schedules2005summer.htm", "");


	menu.addSubItem("refereeid", "AYSO Philosophy", "Here is the League Philosophy",  "philosophy.htm", "");
	menu.addSubItem("refereeid", "Calender", "Calender of Upcoming Events",  "AYSO_Calendar_2011.pdf", "");
	menu.addSubItem("refereeid", "Field Conditions", "How are the Fields Today?",  "conditions.htm", "");
	menu.addSubItem("refereeid", "Handbook", "Parent Handbook",  "handbook.pdf", "");
	menu.addSubItem("refereeid", "Referee Schedules", "List of Who is Referee for All Games",  "refsched.pdf", "");
	menu.addSubItem("refereeid", "Links for Referees", "Helpful Links for the Referees",  "reflink.htm", "");
	menu.addSubItem("refereeid", "Referee Training", "Upcoming Referee Training",  "ref-training.htm", "");


	menu.addSubItem("leagueid", "AYSO Philosophy", "Here is the League Philosophy",  "philosophy.htm", "");
	menu.addSubItem("leagueid", "The Board", "Who is on the Board and How Can I Reach Them",  "board.htm", "");
	menu.addSubItem("leagueid", "Budget", "Where the Money Goes",  "08budget.htm", "");
	menu.addSubItem("leagueid", "Calender", "Calender of Upcoming Events",  "AYSO_Calendar_2011.pdf", "");
	menu.addSubItem("leagueid", "Handbook", "Parent Handbook",  "handbook.pdf", "");
	menu.addSubItem("leagueid", "How Can I Help?",  "Can You Volunteer", "volunteer.htm", "");
	menu.addSubItem("leagueid", "Helpful Links", "Helpful Links",  "leaguelink.htm", "");
//	menu.addSubItem("leagueid", "Laws of Soccer",  "Link to the Laws of Soccer", "http://www.fifa.com/en/regulations/regulation/0,1584,3,00.html", "");
	menu.addSubItem("leagueid", "AYSO Rules & Regulations",  "Link to the AYSO Rules & Regs", "RR_final 2007-08.pdf", "");
	menu.addSubItem("leagueid", "Sponsors", "AYSO Sponsors",  "sponsors.htm", "");
	menu.addSubItem("leagueid", "FAQs",  "Fequently Asked Questions", "faq.htm", "");

	menu.showMenu();
}

