function showToolbar() {

// AddItem(id, text, hint, location, alternativeLocation);

// AddSubItem(idParent, text, hint, location);

	
menu = new Menu();
	
menu.addItem("aboutid", "About us", "About us",  null, null);
menu.addItem("eventid", "Schedule", "Schedule",  null, null);
menu.addItem("mpid", "Master Point", "Master Point",  null, null);
menu.addItem("pastactid", "Past Activities", "Past Activities",  null, null);
menu.addItem("youthid", "Youth Camp", "Youth Camp",  null, null);
menu.addItem("outsideid", "Outside Tourneys", "Outside Tourneys",  null, null);
menu.addItem("articleid", "Articles", "Articles",  null, null);
menu.addItem("trainid", "Training Square", "Training Square", null, null);
menu.addItem("specid", "Spectator", "Spectator", null, null);
menu.addItem("dissid", "Discussion Board", "Disscussion Board",  null, null);
menu.addItem("linksid", "Links", "Links", "links.htm", null);

	
	menu.addSubItem("aboutid", "Introduction", "Introduction", "intro.htm");
	menu.addSubItem("aboutid", "Registration HERE", "Registration HERE",  "procedure.htm");
	menu.addSubItem("aboutid", "Committee & Volunteers", "Committee & Volunteers", "contacts.htm");
	menu.addSubItem("aboutid", "Donation & Sponsors", "Donation & Sponsors",  "donation_sponsors.htm");
	menu.addSubItem("aboutid", "Bridge Friend Contacts", "Bridge Friend Contacts", "friends.htm");
	menu.addSubItem("eventid", "News", "News",  "coming_tournaments.htm");
        menu.addSubItem("eventid", "Tournament 2010", "Tournament 2010", "tournament/2010/schedule.php");


	menu.addSubItem("eventid", "Tournament 2009", "Tournament 2009", "tournament/2009/schedule.php");
	menu.addSubItem("eventid", "Tournament 2008", "Tournament 2008", "tournament/2008/schedule.htm");	menu.addSubItem("eventid", "Tournament ALL Years", "Tournament List", "tournament/tournamentList.htm");	menu.addSubItem("mpid", "Master Point Overall", "Master Point Overall",  "masterpoint/masterall.htm");
	menu.addSubItem("mpid", "Master Point 2010", "Master Point 2010",  "masterpoint/master2010.htm");


	menu.addSubItem("mpid", "Master Point 2009", "Master Point 2009",  "masterpoint/master2009.htm");
	menu.addSubItem("mpid", "Master Point 2008", "Master Point 2008",  "masterpoint/master2008.htm");
	menu.addSubItem("pastactid", "Cup Winners 2010", "Cup Winners 2010", "cupwinner.php?year=2010"); 
	menu.addSubItem("pastactid", "Cup Winners 2009", "Cup Winners 2009", "cupwinner.php?year=2009"); 

menu.addSubItem("pastactid", "Cup Winners ALL Years", "Cup Winners ALL Years", "cupwinner.php");	menu.addSubItem("pastactid", "Photos", "Photos", "photos/photos.htm");	menu.addSubItem("youthid", "Youth Camp 2006", "Youth Camp 2006", "camp/youth_camp_2006/camp_2006.htm");
	menu.addSubItem("youthid", "Youth Camp 2004", "Youth Camp 2004", "camp/youth_camp_2004/camp_2004.htm");
	menu.addSubItem("youthid", "Youth Camp 2001", "Youth Camp 2001", "camp/youth_camp_2001/camp_2001.htm");
	menu.addSubItem("youthid", "Youth Camp 2000", "Youth Camp 2000", "camp/youth_camp_2000/camp_2000.htm");

	menu.addSubItem("outsideid", "HKCBA Monthly Schedule", "HKCBA Monthly Schedule", "http://www.hkcba.org/schedule.jsp");
	menu.addSubItem("outsideid", "HKCBA Yearly Schedule", "HKCBA Yearly Schedule", "http://www.hkcba.org/schedule_list.jsp");
	menu.addSubItem("outsideid", "Other Bridge Club Area", "Other Bridge Club Area",  "other_bc.htm");
	menu.addSubItem("outsideid", "Outside Tourneys Results", "Outside Tourneys Results",  "other_bc_results.htm");

	menu.addSubItem("articleid", "Dr. Tung's Column", "Dr. Tung's Column",  "tung_column.htm");
	menu.addSubItem("articleid", "Clement Wong's Column", "Clement Wong's Column",  "wong_column.htm");
	menu.addSubItem("articleid", "JC's Column", "JC's Column",  "http://www.angelfire.com/80s/koyuzu/");
	menu.addSubItem("articleid", "Other friends' articles", "Bridge Friends' Articles",  "articles.htm");

	menu.addSubItem("trainid", "General", "General",  "resource_/general.htm");
	menu.addSubItem("trainid", "Advanced", "Advanced",  "resource_/advanced.htm");

	menu.addSubItem("specid", "Bridge Book Library", "Bridge Book Library",  "book_library.html");
	menu.addSubItem("specid", "Spring 2010", "Spring 2010",  "spectator/BH%20Spectator%20Spring%202010.pdf");	
	menu.addSubItem("specid", "Spring 2009", "Spring 2009",  "spectator/BH%20Spectator%20Spring%202009.pdf");
	menu.addSubItem("specid", "Easter 2008", "Easter 2008",  "spectator/BH%20Spectator%20Easter%202008.pdf");
	
menu.addSubItem("specid", "Spectator ALL Years", "Spectator All",  "spectator/spectator.htm");	menu.addSubItem("dissid", "BridgeHouse" , "BridgeHouse", "http://www.phpbber.com/phpbb/bridgehouse.html");
	menu.addSubItem("dissid", "Hong Kong Bridge Forum" , "Hong Kong Bridge Forum", "http://forum.hkbridge.net/index.php");
	menu.addSubItem("dissid", "Chinese University", "Chinese University", "http://sites.google.com/site/cubridge/");
//	menu.addSubItem("dissid", "HKUST", "HKUST", "http://susis.ust.hk/WebNews/newsgroups.php?group=society.bridge&server=susis.ust.hk");
	menu.addSubItem("dissid", "Bridge Promotion Union", "Bridge Promotion Union", "http://pub29.bravenet.com/forum/show.php?usernum=2431086712");

	menu.showMenu();
}
