/******************************************
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] = 
[
['Varsity Matches','',''],

['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'],

['2007 Photos','http://users.ox.ac.uk/~ousrc/2007_v_pics.html','myframe'],

['2006 Blues\' Varsity Report','http://users.ox.ac.uk/~ousrc/m1_varsity_report_2006.html','myframe'],

['Official 2006 Photos','http://users.ox.ac.uk/~ousrc/official_v_pics.html','myframe'],

['Unofficial 2006 Photos','http://users.ox.ac.uk/~ousrc/pics.html','myframe'],

['2005 Varsity Reports','http://users.ox.ac.uk/~ousrc/varsity.html','myframe'],

['Varsity Archives',' http://users.ox.ac.uk/~ousrc/varsity_archives.html ','myframe'],


['','','']
];



menudata[1] = 
[
['Rankings and Boxes','',''],

['Current Box Leagues',' http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/prac_form_table.pl ','myframe'],

['Enter Box Results',' http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/prac_form.pl ','myframe'],

['','','']
]

menudata[2] = 
[
['College Squash','',''],
['Men\'s College Leagues',' http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/college_table.pl ','myframe'],

['Men\'s Results Service','http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/college_form.pl ','myframe'],

['Women\'s College Leagues','http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/college_table_women.pl ','myframe'],

['Women\'s Results Service',' http://users.ox.ac.uk/cgi-bin/safeperl/ousrc/college_form_women.pl ','myframe'],

['','','']
];


menudata[3] = 
[
['Training & Fixtures','',''],

['Men\'s Training','./mens_training.html ','myframe'],

['Women\'s Training','./womens_training.html ','myframe'],

['Fixtures','./ousrc_fixtures.html ','myframe'],

['','','']
];


menudata[4] = 
[
['Player Profiles','',''],

['Men\'s Blues','./m1_profiles.html ','myframe'],

['Women\'s Blues','./w1_profiles.html ','myframe'],

['Men\'s Squirrels','./m2_profiles.html ','myframe'],

['Women\'s Ferrets','./w2_profiles.html ','myframe'],

['The 2009/2010 Committee','./profiles.html','myframe'],

['','','']
];












