/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu fund
var fund=new Array()
fund[0]='<a class="small" href="/restricted_confidential/downloads/directors_committees.pdf" target="_blank">Directors and Committees</a>'
fund[1]='<a class="small" href="/restricted_confidential/downloads/committee_terms_reference.pdf" target="_blank">Committee Terms of Reference V2 July 2009</a>'
fund[2]='<a class="small" href="/restricted_confidential/downloads/memorandum_articles_governing_rhl.pdf" target="_blank">Memorandum & Articles Governing RHL</a>'
fund[3]='<a class="small" href="/restricted_confidential/downloads/business_plan_2011_14.pdf" target="_blank">Business Plan 2011 - 2014</a>'
fund[4]='<a class="small" href="/restricted_confidential/downloads/delegation_authority_chief_exec.pdf" target="_blank">Delegation of Authority to Chief Executive</a>'
fund[4]='<a class="small" href="/restricted_confidential/downloads/marketing_strategy_2011.pdf" target="_blank">Marketing Strategy 2011</a>'

//Contents for menu about
var about=new Array()
about[0]='<a class="small" href="/aims_objectives.php">Aims/Objectives</a>'
about[1]='<a class="small" href="/our_values.php">Our Values</a>'
about[2]='<a class="small" href="/our_vision.php">Our Vision</a>'
about[3]='<a class="small" href="/funders.php">Funders</a>'
about[4]='<a class="small" href="/vacancies.php">Vacancies</a>'
//Contents for menu utility_help
var advice=new Array()
advice[0]='<a class="small" href="/utility_help.php">Fuel Poverty</a>'
advice[1]='<a class="small" href="/get_healthy.php">Health Trainers</a>'
advice[2]='<a class="small" href="/healthy_workplace.php">Healthy Workplace</a>'

//Contents for menu news
var news=new Array()
news[0]='<a class="small" href="/#">Events</a>'
news[1]='<a class="small" href="/#">Press Releases</a>'
news[2]='<a class="small" href="/#">Awards</a>'
news[3]='<a class="small" href="/#">Link</a>'
news[4]='<a class="small" href="/#">Link</a>'


//Contents for menu cool_kids
var cool_kids=new Array()
cool_kids[0]='<a class="small" href="/street_dance.php">Street Dance</a>'
cool_kids[1]='<a class="small" href="/fit_life.php">Fit 4 Life</a>'

//Contents for menu over_50
var over_50=new Array()
over_50[0]='<a class="small" href="/tai_chi.php">Tai Chi</a>'
over_50[1]='<a class="small" href="/yoga.php">Yoga</a>'
over_50[2]='<a class="small" href="/pilates.php">Pilates</a>'
over_50[3]='<a class="small" href="/low_impact_aerobics.php">Low Impact Aerobics</a>'
over_50[4]='<a class="small" href="/cardiac_rehab.php">Cardiac Rehab</a>'
over_50[5]='<a class="small" href="/fit_to_dance.php">Fit to Dance</a>'
over_50[6]='<a class="small" href="/tap_dance.php">Tap Dance</a>'
over_50[7]='<a class="small" href="/chair_based_exercise.php">Chair Based Exercise</a>'
over_50[8]='<a class="small" href="/venues.php">Venues</a>'
over_50[9]='<a class="small" href="/timetable.php">Timetable</a>'

//Contents for menu get_moving
var get_moving=new Array()
get_moving[0]='<a class="small" href="/tai_chi.php">Tai Chi</a>'
get_moving[1]='<a class="small" href="/chi_ball.php">Chi Ball</a>'
get_moving[2]='<a class="small" href="/yoga.php">Yoga</a>'
get_moving[3]='<a class="small" href="/pilates.php">Pilates</a>'
get_moving[4]='<a class="small" href="/fit_to_dance.php">Fit to Dance</a>'
get_moving[5]='<a class="small" href="/tap_dance.php">Tap Dance</a>'
get_moving[6]='<a class="small" href="/zumba.php">Zumba-Style Latin Dance Mix</a>'
get_moving[7]='<a class="small" href="/ballet.php">Ballet & Contemporary Dance</a>'
get_moving[8]='<a class="small" href="/nordic_walking.php">Nordic Walking</a>'
get_moving[9]='<a class="small" href="/ladies_running.php">Ladies Start Running Club</a>'
get_moving[10]='<a class="small" href="/low_impact_aerobics.php">Low Impact Aerobics</a>'
get_moving[11]='<a class="small" href="/cardiac_rehab.php">Cardiac Rehab</a>'
get_moving[12]='<a class="small" href="/chair_based_exercise.php">Chair Based Exercise</a>'
get_moving[13]='<a class="small" href="/venues.php">Venues</a>'
get_moving[14]='<a class="small" href="/timetable.php">Timetable</a>'


var menuwidth='185px' //default menu width
var menubgcolor='#298600'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
/////No further editting needed


var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

if (hidemenu_onclick=="yes")
document.onclick=hidemenu


