/* Build menu structure using CoolMenus v4 - see coolmenus4.js */
var o_menu=new makeCM("o_menu");
o_menu.resizeCheck=1; o_menu.rows=0; o_menu.pxBetween=0;
o_menu.onlineRoot=""; o_menu.offlineRoot="";
o_menu.fillImg="images/cm_fill.gif"; o_menu.fromTop=168; o_menu.fromLeft=0;
o_menu.wait=300; o_menu.zIndex=400;
o_menu.menuPlacement=0; o_menu.useBar=0;

o_menu.level[0]=new cm_makeLevel(125,35,"cmNorm","cmNormover",0,0,"cmBorder",0,"right",0,-10,0,0,0,0);
o_menu.level[1]=new cm_makeLevel(160,25,"cmSub","cmSubover",0,0,"cmBorder",0,"right",0,0,"images/menu_arrow.gif",10,10,0);
/* offsets seem to be inherited when makeLevel is called with a 0 */
o_menu.level[1].offsetY = 0;
o_menu.level[2]=new cm_makeLevel(160,25,"cmSub","cmSubover",0,0,"cmBorder",0,"right",0,0,"images/menu_arrow.gif",10,10,0);
o_menu.level[2].offsetY = 0;
o_menu.level[3]=new cm_makeLevel(160,25,"cmSub","cmSubover",0,0,"cmBorder",0,"right",0,0,"images/menu_arrow.gif",10,10,0);
o_menu.level[3].offsetY = 0;
o_menu.level[4]=new cm_makeLevel(160,25,"cmSub","cmSubover",0,0,"cmBorder",0,"right",0,0,"images/menu_arrow.gif",10,10,0);
o_menu.level[4].offsetY = 0;
o_menu.level[5]=new cm_makeLevel(160,25,"cmSub","cmSubover",0,0,"cmBorder",0,"right",0,0,"images/menu_arrow.gif",10,10,0);
o_menu.level[5].offsetY = 0;
// if (bw.ns6) ++o_menu.fromTop;
if (bw.ns6) o_menu.fromLeft -= 4;
// if (bw.op5 || bw.op6) --o_menu.fromTop;
if (bw.op5 || bw.op6) o_menu.fromLeft -= 4;

o_menu.makeMenu("home","","Home","index.html");
o_menu.makeMenu("clubhouse","","Clubhouse","clubhouse.html");
o_menu.makeMenu("news","","News","news.html");
o_menu.makeMenu("fixtures","","Fixtures","fixtures.html");
o_menu.makeMenu("results","","Results","results.html");
o_menu.makeMenu("averages","","Averages","averages.html");
o_menu.makeMenu("club_officers","","Club Officers","club_officers.html");
o_menu.makeMenu("hall_of_fame","","Hall Of Fame","hall_of_fame.html");
o_menu.makeMenu("spacer","","","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("links","","Links","links.html");

o_menu.makeMenu("about","home","About us","about.html");
o_menu.makeMenu("qanda","home","Q &amp; A","qanda.html");
o_menu.makeMenu("whatsnew","home","What's New ...","","","","","","","cmSubdead","cmSubdead",1);
o_menu.makeMenu("whatsold_head","whatsnew","What's New archives:","","","","","","","cmSubdead","cmSubdead",1);
o_menu.makeMenu("whatsold_2010","whatsnew","2010","whatsold_2010.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2009","whatsnew","2009","whatsold_2009.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2008","whatsnew","2008","whatsold_2008.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2007","whatsnew","2007","whatsold_2007.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2006","whatsnew","2006","whatsold_2006.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsolder","whatsnew","Older...","","","","","","","cmList","cmList");
o_menu.makeMenu("whatsolder_head","whatsolder","Older archives:","","","","","","","cmSubdead","cmSubdead",1);
o_menu.makeMenu("whatsold_2005","whatsolder","2005","whatsold_2005.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2004","whatsolder","2004","whatsold_2004.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2003","whatsolder","2003","whatsold_2003.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2002","whatsolder","2002","whatsold_2002.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2001","whatsolder","2001","whatsold_2001.html","","","","","","cmList","cmListover");
o_menu.makeMenu("whatsold_2000","whatsolder","2000","whatsold_2000.html","","","","","","cmList","cmListover");

o_menu.makeMenu("board","clubhouse","Notice Board","clubhouse.html#RefList");
o_menu.makeMenu("pics","clubhouse","Photo Gallery","photo_gallery.html");

o_menu.makeMenu("news_archive","news","News archives:","","","","","","","cmSubdead","cmSubdead",1);
o_menu.makeMenu("news2010","news","2010","news2010.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2009","news","2009","news2009.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2008","news","2008","news2008.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2007","news","2007","news2007.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2006","news","2006","news2006.html","","","","","","cmList","cmListover");
o_menu.makeMenu("oldernews","news","Older...","","","","","","","cmList","cmList");
o_menu.makeMenu("oldernews_head","oldernews","Older archives:","","","","","","","cmSubdead","cmSubdead",1);
o_menu.makeMenu("news2005","oldernews","2005","news2005.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2004","oldernews","2004","news2004.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2003","oldernews","2003","news2003.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2002","oldernews","2002","news2002.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2001","oldernews","2001","news2001.html","","","","","","cmList","cmListover");
o_menu.makeMenu("news2000","oldernews","2000","news2000.html","","","","","","cmList","cmListover");

/* !! won't need this again until the start of next season */
o_menu.makeMenu("current","results","Current","results.html");
/* !! */
o_menu.makeMenu("full_results","results","Full results ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("hist_results","results","Historical results ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("match_reports","results","Match Reports","match_reports.html");
o_menu.makeMenu("scorecards","results","Scorecards","scorecards.html");
o_menu.makeMenu("recsumm","results","Record Summaries","record_summary.html");

/* Add to this menu only at the end of each season */
o_menu.makeMenu("full_2009","full_results","Season 2009","results_2009.html");
o_menu.makeMenu("full_2008","full_results","Season 2008","results_2008.html");
o_menu.makeMenu("full_2007","full_results","Season 2007","results_2007.html");
o_menu.makeMenu("full_2006","full_results","Season 2006","results_2006.html");
o_menu.makeMenu("full_2005","full_results","Season 2005","results_2005.html");
o_menu.makeMenu("full_sub_2000","full_results","2000 to 2004 ...","","","","","","","cmSubdead","cmSubdead");

o_menu.makeMenu("full_2004","full_sub_2000","Season 2004","results_2004.html");
o_menu.makeMenu("full_2003","full_sub_2000","Season 2003","results_2003.html");
o_menu.makeMenu("full_2002","full_sub_2000","Season 2002","results_2002.html");
o_menu.makeMenu("full_2001","full_sub_2000","Season 2001","results_2001.html");
o_menu.makeMenu("full_2000","full_sub_2000","Season 2000","results_2000.html");

/* !! this will need to change back to 2008 once 2009 gets a new page */
o_menu.makeMenu("hist_2004","hist_results","2004 to 2009","results_2004_2009.html");
o_menu.makeMenu("hist_1999","hist_results","1999 to 2003","results_1999_2003.html");
o_menu.makeMenu("hist_1994","hist_results","1994 to 1998","results_1994_1998.html");
o_menu.makeMenu("hist_1989","hist_results","1989 to 1993","results_1989_1993.html");
o_menu.makeMenu("hist_1984","hist_results","1984 to 1988","results_1984_1988.html");
o_menu.makeMenu("hist_older","hist_results","pre 1984 ...","","","","","","","cmSubdead","cmSubdead","lefttop");
o_menu.makeMenu("hist_1979","hist_older","1979 to 1983","results_1979_1983.html");
o_menu.makeMenu("hist_1974","hist_older","1974 to 1978","results_1974_1978.html");
o_menu.makeMenu("hist_1969","hist_older","1969 to 1973","results_1969_1973.html");
o_menu.makeMenu("hist_1964","hist_older","1964 to 1968","results_1964_1968.html");
o_menu.makeMenu("hist_1959","hist_older","1959 to 1963","results_1959_1963.html");

/* !! won't need this again until the start of next season */
o_menu.makeMenu("match_reports_curr","match_reports","Current","match_reports.html");
/* !! */
o_menu.makeMenu("match_reports_2009","match_reports","Season 2009","match_reports_2009.html");
o_menu.makeMenu("match_reports_2008","match_reports","Season 2008","match_reports_2008.html");
o_menu.makeMenu("match_reports_2007","match_reports","Season 2007","match_reports_2007.html");
o_menu.makeMenu("match_reports_2006","match_reports","Season 2006","match_reports_2006.html");
o_menu.makeMenu("match_reports_2005","match_reports","Season 2005","match_reports_2005.html");
o_menu.makeMenu("match_reports_older","match_reports","2000 to 2004 ...","","","","","","","cmSubdead","cmSubdead");

o_menu.makeMenu("match_reports_2004","match_reports_older","Season 2004","match_reports_2004.html");
o_menu.makeMenu("match_reports_2003","match_reports_older","Season 2003","match_reports_2003.html");
o_menu.makeMenu("match_reports_2002","match_reports_older","Season 2002","match_reports_2002.html");
o_menu.makeMenu("match_reports_2001","match_reports_older","Season 2001","match_reports_2001.html");
o_menu.makeMenu("match_reports_2000","match_reports_older","Season 2000","match_reports_2000.html");

/* !! won't need this again until the start of next season */
o_menu.makeMenu("scorecards_curr","scorecards","Current","scorecards.html");
/* !! */
o_menu.makeMenu("scorecards_2009","scorecards","Season 2009","scorecards_2009.html");
o_menu.makeMenu("scorecards_2008","scorecards","Season 2008","scorecards_2008.html");
o_menu.makeMenu("scorecards_2007","scorecards","Season 2007","scorecards_2007.html");
o_menu.makeMenu("scorecards_2006","scorecards","Season 2006","scorecards_2006.html");
o_menu.makeMenu("scorecards_2005","scorecards","Season 2005","scorecards_2005.html");
o_menu.makeMenu("cards_2000","scorecards","2000 to 2004 ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("cards_1994","scorecards","1994 to 1999 ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("cards_1988","scorecards","1988 to 1993 ...","","","","","","","cmSubdead","cmSubdead");

o_menu.makeMenu("scorecards_2004","cards_2000","Season 2004","scorecards_2004.html");
o_menu.makeMenu("scorecards_2003","cards_2000","Season 2003","scorecards_2003.html");
o_menu.makeMenu("scorecards_2002","cards_2000","Season 2002","scorecards_2002.html");
o_menu.makeMenu("scorecards_2001","cards_2000","Season 2001","scorecards_2001.html");
o_menu.makeMenu("scorecards_2000","cards_2000","Season 2000","scorecards_2000.html");
o_menu.makeMenu("scorecards_1999","cards_1994","Season 1999","scorecards_1999.html");
o_menu.makeMenu("scorecards_1998","cards_1994","Season 1998","scorecards_1998.html");
o_menu.makeMenu("scorecards_1997","cards_1994","Season 1997","scorecards_1997.html");
o_menu.makeMenu("scorecards_1996","cards_1994","Season 1996","scorecards_1996.html");
o_menu.makeMenu("scorecards_1995","cards_1994","Season 1995","scorecards_1995.html");
o_menu.makeMenu("scorecards_1994","cards_1994","Season 1994","scorecards_1994.html");
o_menu.makeMenu("scorecards_1993","cards_1988","Season 1993","scorecards_1993.html");
o_menu.makeMenu("scorecards_1992","cards_1988","Season 1992","scorecards_1992.html");
o_menu.makeMenu("scorecards_1991","cards_1988","Season 1991","scorecards_1991.html");
o_menu.makeMenu("scorecards_1990","cards_1988","Season 1990","scorecards_1990.html");
o_menu.makeMenu("scorecards_1989","cards_1988","Season 1989","scorecards_1989.html");
o_menu.makeMenu("scorecards_1988","cards_1988","Season 1988","scorecards_1988.html");

/* !! still need to make sure that we've not missed any other connections */
o_menu.makeMenu("ave_by","averages","List by ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("season_reports","averages","Season Reports ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("personal_pages","averages","Personal Pages","personal_pages_index.html");
o_menu.makeMenu("off_list","averages","Official ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("full_list","averages","Complete ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("best_partnerships","averages","Best Partnerships","best_partnerships.html");
o_menu.makeMenu("best_performances","averages","Best Performances","best_performances.html");

o_menu.makeMenu("ave_by_cat","ave_by","By Category","averages.html");
o_menu.makeMenu("ave_by_seas","ave_by","By Season","averages_by_season.html");

o_menu.makeMenu("report_2009","season_reports","Season 2009","averages_2009.html");
o_menu.makeMenu("report_2008","season_reports","Season 2008","averages_2008.html");
o_menu.makeMenu("report_2007","season_reports","Season 2007","averages_2007.html");
o_menu.makeMenu("report_2006","season_reports","Season 2006","averages_2006.html");
o_menu.makeMenu("report_2005","season_reports","Season 2005","averages_2005.html");
o_menu.makeMenu("reports_2000","season_reports","2000 to 2004 ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("reports_1994","season_reports","1994 to 1999 ...","","","","","","","cmSubdead","cmSubdead");
o_menu.makeMenu("reports_1988","season_reports","1988 to 1993 ...","","","","","","","cmSubdead","cmSubdead");

o_menu.makeMenu("report_2004","reports_2000","Season 2004","averages_2004.html");
o_menu.makeMenu("report_2003","reports_2000","Season 2003","averages_2003.html");
o_menu.makeMenu("report_2002","reports_2000","Season 2002","averages_2002.html");
o_menu.makeMenu("report_2001","reports_2000","Season 2001","averages_2001.html");
o_menu.makeMenu("report_2000","reports_2000","Season 2000","averages_2000.html");
o_menu.makeMenu("report_1999","reports_1994","Season 1999","averages_1999.html");
o_menu.makeMenu("report_1998","reports_1994","Season 1998","averages_1998.html");
o_menu.makeMenu("report_1997","reports_1994","Season 1997","averages_1997.html");
o_menu.makeMenu("report_1996","reports_1994","Season 1996","averages_1996.html");
o_menu.makeMenu("report_1995","reports_1994","Season 1995","averages_1995.html");
o_menu.makeMenu("report_1994","reports_1994","Season 1994","averages_1994.html");
o_menu.makeMenu("report_1993","reports_1988","Season 1993","averages_1993.html");
o_menu.makeMenu("report_1992","reports_1988","Season 1992","averages_1992.html");
o_menu.makeMenu("report_1991","reports_1988","Season 1991","averages_1991.html");
o_menu.makeMenu("report_1990","reports_1988","Season 1990","averages_1990.html");
o_menu.makeMenu("report_1989","reports_1988","Season 1989","averages_1989.html");
o_menu.makeMenu("report_1988","reports_1988","Season 1988","averages_1988.html");

o_menu.makeMenu("off_batting","off_list","Batting","official_batting.html");
o_menu.makeMenu("off_bowling","off_list","Bowling","official_bowling.html");
o_menu.makeMenu("off_catching","off_list","Catching","official_catching.html");

o_menu.makeMenu("full_batting","full_list","Batting","full_batting.html");
o_menu.makeMenu("full_bowling","full_list","Bowling","full_bowling.html");
o_menu.makeMenu("misc_stats","full_list","Misc. Statistics","misc_statistics.html");

o_menu.makeMenu("off_batting_00s","off_batting","1999 to present","official_batting.html");
o_menu.makeMenu("off_batting_90s","off_batting","1989 to 1998","official_batting_4.html");
o_menu.makeMenu("off_batting_80s","off_batting","1979 to 1988","official_batting_3.html");
o_menu.makeMenu("off_batting_70s","off_batting","1969 to 1978","official_batting_2.html");
o_menu.makeMenu("off_batting_60s","off_batting","1959 to 1968","official_batting_1.html");
o_menu.makeMenu("off_bowling_00s","off_bowling","1999 to present","official_bowling.html");
o_menu.makeMenu("off_bowling_90s","off_bowling","1989 to 1998","official_bowling_4.html");
o_menu.makeMenu("off_bowling_80s","off_bowling","1979 to 1988","official_bowling_3.html");
o_menu.makeMenu("off_bowling_70s","off_bowling","1969 to 1978","official_bowling_2.html");
o_menu.makeMenu("off_bowling_60s","off_bowling","1959 to 1968","official_bowling_1.html");
o_menu.makeMenu("off_catching_00s","off_catching","1999 to present","official_catching.html");
o_menu.makeMenu("off_catching_90s","off_catching","1989 to 1998","official_catching_4.html");
o_menu.makeMenu("off_catching_80s","off_catching","1979 to 1988","official_catching_3.html");
o_menu.makeMenu("off_catching_70s","off_catching","1969 to 1978","official_catching_2.html");
o_menu.makeMenu("off_catching_60s","off_catching","1959 to 1968","official_catching_1.html");

o_menu.makeMenu("full_batting_00s","full_batting","1999 to present","full_batting.html");
o_menu.makeMenu("full_batting_90s","full_batting","1989 to 1998","full_batting_4.html");
o_menu.makeMenu("full_batting_80s","full_batting","1979 to 1988","full_batting_3.html");
o_menu.makeMenu("full_batting_70s","full_batting","1969 to 1978","full_batting_2.html");
o_menu.makeMenu("full_batting_60s","full_batting","1959 to 1968","full_batting_1.html");
o_menu.makeMenu("full_bowling_00s","full_bowling","1999 to present","full_bowling.html");
o_menu.makeMenu("full_bowling_90s","full_bowling","1989 to 1998","full_bowling_4.html");
o_menu.makeMenu("full_bowling_80s","full_bowling","1979 to 1988","full_bowling_3.html");
o_menu.makeMenu("full_bowling_70s","full_bowling","1969 to 1978","full_bowling_2.html");
o_menu.makeMenu("full_bowling_60s","full_bowling","1959 to 1968","full_bowling_1.html");
o_menu.makeMenu("misc_stats_00s","misc_stats","1999 to present","misc_statistics.html");
o_menu.makeMenu("misc_stats_90s","misc_stats","1989 to 1998","misc_statistics_4.html");
o_menu.makeMenu("misc_stats_80s","misc_stats","1979 to 1988","misc_statistics_3.html");
o_menu.makeMenu("misc_stats_70s","misc_stats","1969 to 1978","misc_statistics_2.html");
o_menu.makeMenu("misc_stats_60s","misc_stats","1959 to 1968","misc_statistics_1.html");

o_menu.makeMenu("best_parts_00s","best_partnerships","1999 to present","best_partnerships.html");
o_menu.makeMenu("best_parts_90s","best_partnerships","1989 to 1998","best_partnerships_4.html");
o_menu.makeMenu("best_parts_80s","best_partnerships","1979 to 1988","best_partnerships_3.html");
o_menu.makeMenu("best_parts_70s","best_partnerships","1969 to 1978","best_partnerships_2.html");
o_menu.makeMenu("best_parts_60s","best_partnerships","1959 to 1968","best_partnerships_1.html");

o_menu.makeMenu("cup_winners","hall_of_fame","Trophy Winners","hof_cup_winners.html");
o_menu.makeMenu("office_holders","hall_of_fame","Office Holders","hof_officers.html");
o_menu.makeMenu("partnerships","hall_of_fame","All-time Partnerships","hof_partnerships.html");
o_menu.makeMenu("lifetime_averages","hall_of_fame","Lifetime Averages","hof_lifetime_averages.html");
o_menu.makeMenu("individual_leaders","hall_of_fame","Individual Leaders","hof_individual_leaders.html");

o_menu.construct()

/* This box documents the modification history of this routine */
/*********************************************************************/
/*                                                                   */
/*  Version   Time     Date      Who                                 */
/*  0.01.00  03:38  29-Nov-2002  Steve Pitts                         */
/*        >  First attempt, minus an Averages menu and with a few    */
/*        >  minor issues left in those that have been created       */
/*  0.02.00  11:21  30-Nov-2002  Steve Pitts                         */
/*        >  Added a first pass at the averages structure, plus      */
/*        >  connections to the news and what's new archives         */
/*  0.02.01  22:26   6-Dec-2002  Steve Pitts                         */
/*        >  Fixed a weird bug in Opera's handling of the full and   */
/*        >  complete averages menus                                 */
/*  0.02.02  06:44  10-Dec-2002  Steve Pitts                         */
/*        >  Corrected case of internal anchor name for Notice       */
/*        >  Board link                                              */
/*  1.00.00  09:40  22-Dec-2002  Steve Pitts                         */
/*        >  Fully-fledged version, including decade based           */
/*        >  catching, miscellaneous stats and best partnerships     */
/*        >  back to 1959 and a change to the scorecards menu to     */
/*        >  make it easier to get at the most recent cards          */
/*  1.00.01  11:00  31-Dec-2002  Steve Pitts                         */
/*        >  Added submenu for about page                            */
/*  1.00.02  13:11  22-Feb-2003  Steve Pitts                         */
/*        >  Added submenus for 2003 what's old and personal pages   */
/*  1.00.03  06:51  25-Feb-2003  Steve Pitts                         */
/*        >  Added submenu for 2003 archived news page               */
/*  1.00.04  10:48   5-May-2003  Steve Pitts                         */
/*        >  Changed description on 2002 scorecards to reflect that  */
/*        >  they are no longer 'current'                            */
/*  1.01.00  09:42  11-May-2003  Steve Pitts                         */
/*        >  Updated submenus for results, match reports and         */
/*        >  scorecards to reflect the start of the 2003 season      */
/*  1.01.01  10:12  25-May-2003  Steve Pitts                         */
/*        >  Added menu entries for new season report pages (1988    */
/*        >  to 1999)                                                */
/*  1.01.02  10:26  28-Sep-2003  Steve Pitts                         */
/*        >  Updated menu entries for results and match reports to   */
/*        >  reflect the end of the 2003 season                      */
/*  1.01.03  17:19  11-Oct-2003  Steve Pitts                         */
/*        >  Added entry for partial 2003 season report              */
/*  1.01.04  00:15  18-Nov-2003  Steve Pitts                         */
/*        >  Changed text on 2003 season report now that it is       */
/*        >  complete                                                */
/*  1.01.05  12:04  31-Jan-2004  Steve Pitts                         */
/*        >  Added menu entry for 2004 What's Old page               */
/*  1.01.06  20:07   2-Feb-2004  Steve Pitts                         */
/*        >  Added menu entries for hall of fame pages               */
/*  1.01.07  11:49   8-Feb-2004  Steve Pitts                         */
/*        >  Added menu entry for questions and answers page and     */
/*        >  moved What's New archive submenu to a submenu of its    */
/*        >  own                                                     */
/*  1.01.08  10:47   6-Mar-2004  Steve Pitts                         */
/*        >  Added menu entry for archived 2004 news items           */
/*  1.02.00  10:31  15-May-2004  Steve Pitts                         */
/*        >  Added menu entries for 2004 match details (scorecards   */
/*        >  and match reports)                                      */
/*  1.02.01  21:07  12-Oct-2004  Steve Pitts                         */
/*        >  Updated menus for results, match reports and (partial)  */
/*        >  season report to reflect the end of the 2004 season     */
/*  1.02.02  08:58  12-Nov-2004  Steve Pitts                         */
/*        >  Removed partial indicator from 2004 season report       */
/*  1.02.03  08:19   7-Mar-2005  Steve Pitts                         */
/*        >  Added entry for 2005 What's New archive                 */
/*  1.03.00  15:13  10-Jun-2005  Steve Pitts                         */
/*        >  Added menu entries for 2005 news archive and 2005       */
/*        >  match details (results, scorecards and match reports)   */
/*  1.03.01  14:49   7-Oct-2005  Steve Pitts                         */
/*        >  Updated menus for results, scorecards, match reports    */
/*        >  and (partial) season report to reflect the end of the   */
/*        >  2005 season                                             */
/*  1.03.02  16:08  22-Feb-2006  Steve Pitts                         */
/*        >  Updated menus for results and season reports to         */
/*        >  reflect that the 2005 season is now set in stone        */
/*  1.03.03  12:22   1-Apr-2006  Steve Pitts                         */
/*        >  Added a What's New archive entry for 2006 and split     */
/*        >  the menu into two halves due to increasing length       */
/*  1.04.00  11:50   6-May-2006  Steve Pitts                         */
/*        >  Added back current entries for scorecards and match     */
/*        >  reports and reorganised the menu for the latter         */
/*  1.04.01  15:36   4-Nov-2006  Steve Pitts                         */
/*        >  Updated menus for results, scorecards, match reports    */
/*        >  and (partial) season report to reflect the end of the   */
/*        >  2006 season                                             */
/*  1.04.02  12:56  11-Nov-2006  Steve Pitts                         */
/*        >  Updated menu for season reports to reflect that 2006    */
/*        >  is now set in stone, added menu for 2006 news and split */
/*        >  the menu into two halves due to increasing length       */
/*  1.05.00  11:19  20-May-2007  Steve Pitts                         */
/*        >  Added back menu entries for match reports and           */
/*        >  scorecards now that the 2007 season is underway         */
/*  1.05.01  05:32  25-May-2007  Steve Pitts                         */
/*        >  Added menu entry for 2007 What's Old archive            */
/*  1.05.02  12:21  28-Oct-2007  Steve Pitts                         */
/*        >  Updated menus for results, scorecards, match reports    */
/*        >  and (partial) season report to reflect the end of the   */
/*        >  2007 season and split the full results, scorecards and  */
/*        >  season reports menus to keep them below a manageable    */
/*        >  size (in terms of number of entries)                    */
/*  1.05.03  20:45  20-Jan-2008  Steve Pitts                         */
/*        >  Updated menu for season reports to reflect that 2007    */
/*        >  is now set in stone, added menu for 2007 news and fixed */
/*        >  problem with older match reports menu caused by a name  */
/*        >  clash with season reports menu entries                  */
/*  1.05.04  23:58   4-Apr-2008  Steve Pitts                         */
/*        >  Adjusted the What's New archive menu entries to         */
/*        >  reflect the creation of the 2008 page                   */
/*  1.06.00  05:40  30-Apr-2008  Steve Pitts                         */
/*        >  Added back menu entries for match reports and           */
/*        >  scorecards now that the 2008 season is underway         */
/*  1.06.01  09:30  21-Jun-2008  Steve Pitts                         */
/*        >  Fixed error in menu definition for 2008 scorecards      */
/*  1.06.02  18:33  16-Jul-2008  Steve Pitts                         */
/*        >  Added menu item for Hall of Fame lifetime averages      */
/*  1.06.03  12:41   5-Oct-2008  Steve Pitts                         */
/*        >  Updated news archive menu items to make room for 2008   */
/*  1.06.04  06:52   4-Nov-2008  Steve Pitts                         */
/*        >  Updated menus for results, scorecards, match reports    */
/*        >  and (partial) season report to reflect the end of the   */
/*        >  2008 season and added an entry to the Results menu for  */
/*        >  the record summary page                                 */
/*  1.06.05  17:08   8-Nov-2008  Steve Pitts                         */
/*        >  Updated menu for season reports to reflect that 2008    */
/*        >  is now set in stone and tweaked a handful of submenus   */
/*        >  to achieve a better balance in numbers of entries       */
/*  1.06.06  13:32   8-Mar-2009  Steve Pitts                         */
/*        >  Adjusted news and What's New archive menu entries to    */
/*        >  reflect the creation of pages for 2009                  */
/*  1.07.00  08:29  28-Apr-2009  Steve Pitts                         */
/*        >  Added back menu entries for results, match reports and  */
/*        >  scorecards now that the 2009 season is underway         */
/*  1.07.01  07:14  20-May-2009  Steve Pitts                         */
/*        >  Added entry for HOF leaders and changed handling of     */
/*        >  scorecards first level item                             */
/*  1.07.02  19:32   4-Oct-2009  Steve Pitts                         */
/*        >  Updated menus for results, scorecards, match reports    */
/*        >  and (partial) season report to reflect the end of the   */
/*        >  2009 season                                             */
/*  1.07.03  21:45  10-Oct-2009  Steve Pitts                         */
/*        >  Changed the 2004 historical results link to reflect     */
/*        >  that it includes 2009 (for the time being)              */
/*  1.07.04  17:57  15-Nov-2009  Steve Pitts                         */
/*        >  Updated menu for season reports to reflect that 2009    */
/*        >  is now set in stone                                     */
/*  1.07.05  08:44  23-Mar-2010  Steve Pitts                         */
/*        >  Adjusted entries for What's New and News to reflect     */
/*        >  the creation of pages for 2010                          */
/*  1.08.00  08:51  26-Apr-2010  Steve Pitts                         */
/*        >  Added back menu entries for results, match reports and  */
/*        >  scorecards now that the 2010 season is underway         */
/*                                                                   */
/*********************************************************************/
/* end of modification history */
