//Contents for menu 1

//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="low_back_pain.html">Low back pain</a>'
menu2[1]='<a href="neck_pain.html">Neck pain</a>'
menu2[2]='<a href="shoulder_pain.html">Shoulder pain</a>'
menu2[3]='<a href="headaches.html">Headaches</a>'
menu2[4]='<a href="tennis_elbow.html">Tennis Elbow</a>'
menu2[5]='<a href="achilles_tendonitis.html">Achilles Tendonitis</a>'
menu2[6]='<a href="carpel_tunnel.html">Carpel Tunnel</a>'
menu2[7]='<a href="arthritis.html">Arthritis</a>'
menu2[8]='<a href="scoliosis.html">Scoliosis</a>'
menu2[9]='<a href="hip_pain.html">Hip Pain</a>'
menu2[10]='<a href="knee_pain.html">Knee pain</a>'
menu2[11]='<a href="prolapsed_disc.html">Prolapsed disc</a>'
menu2[12]='<a href="sciatica.html">Sciatica</a>'
menu2[13]='<a href="trigger_points.html">Trigger points</a>'
menu2[14]='<a href="plantar_fasciitis.html">Plantar Fasciitis</a>'
menu2[15]='<a href="whiplash.html">Whiplash</a>'


//Contents for menu 3, and so on

var menuwidth='80px' //default menu width
var menubgcolor='#00327C'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?