/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

menudata = new Array();

menudata[0] = 
[
['REPORTS','',''],

['VARSITY','',''],

['2011 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/varsity_report_2011.html','myframe'],

['2010 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/varsity_report_2010.html','myframe'],

['2009 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/varsity_report_2009.html','myframe'],

['2008 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/varsity_report_2008.html','myframe'],

['2007 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/m1_varsity_report_2007.html','myframe'],

['2006 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/m1_varsity_report_2006.html','myframe'],

['2005 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/varsity.html','myframe'],

['Varsity Archives',' http://users.ox.ac.uk/~ousrc/varsity_archives.html ','myframe'],

['OTHER MATCHES','',''],

['Match Reports','http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/match_report.pl','myframe'],

['Submit Report','http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/reports.pl','myframe'],

['','','']
];



menudata[1] = 
[

['SQUASH LEAGUES','',''],

['College League Rules',' http://users.ox.ac.uk/~ousrc/leaguerules.htm ','myframe'],

['Men\'s College League',' http://users.ox.ac.uk/~ousrc/mcollege_league.html ','myframe'],

['Men\'s College (Reserve) League',' http://users.ox.ac.uk/~ousrc/mcollege_reserve_league.html ','myframe'],

['Women\'s College League',' http://users.ox.ac.uk/~ousrc/wcollege_league.html ','myframe'],

['Box League Rules',' http://users.ox.ac.uk/~ousrc/boxleaguerules.htm ','myframe'],

['Box League Standings',' http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/prac_form_table.pl ','myframe'],

['Enter Box League Results',' http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/prac_form.pl ','myframe'],

['','','']
]

menudata[2] = 
[
['SCHEDULE','',''],

['Calendar','http://users.ox.ac.uk/~ousrc/calendar.html ','myframe'],

['Men\'s Training','http://users.ox.ac.uk/~ousrc/mens_training.html ','myframe'],

['Women\'s Training','http://users.ox.ac.uk/~ousrc/womens_training.html ','myframe'],

['Fixtures','http://users.ox.ac.uk/~ousrc/ousrc_fixtures.html ','myframe'],

['','','']
];


menudata[3] = 
[
['MEDIA','',''],

['PHOTOS','',''],

['2007 Photos','http://users.ox.ac.uk/~ousrc/2007_v_pics.html','myframe'],

['2006 Photos','http://users.ox.ac.uk/~ousrc/official_v_pics.html','myframe'],

['VIDEOS','./videos.html ','myframe'],

['','','']
];


menudata[4] = 
[
['PLAYER PROFILES','',''],

['Men\'s Blues','http://users.ox.ac.uk/~ousrc/m1_profiles.html ','myframe'],

['Women\'s Blues','http://users.ox.ac.uk/~ousrc/w1_profiles.html ','myframe'],

['Men\'s Squirrels','http://users.ox.ac.uk/~ousrc/m2_profiles.html ','myframe'],

['Women\'s Ferrets','http://users.ox.ac.uk/~ousrc/w2_profiles.html ','myframe'],

['','','']
];


menudata[5] = 
[
['ABOUT','',''],

['Club History','http://users.ox.ac.uk/~ousrc/historyclub.html','myframe'],

['Tours','http://users.ox.ac.uk/~ousrc/tours.html','myframe'],

['Constitution','http://users.ox.ac.uk/~ousrc/constitution.html',''],

['Risk Assessment','http://users.ox.ac.uk/~ousrc/files/docs/risk_assessment_2010.pdf',''],

['Code of Conduct','http://users.ox.ac.uk/~ousrc/files/docs/code_of_conduct_2010.pdf',''],

['2011/2012 Committee','http://users.ox.ac.uk/~ousrc/profiles.html','myframe'],

['Membership','http://users.ox.ac.uk/~ousrc/membership.html ','myframe'],

['Contact','http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/test.pl','myframe'],

['','','']
];













