<!--
if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;
image8 = new Image;
image9 = new Image;
image10 = new Image;
image11 = new Image;
image12 = new Image;
image13 = new Image;
image14 = new Image;
image0.src='images/thermal_images/hock_injury_09.gif';
image1.src='images/thermal_images/bone_scan_10.gif';
image2.src='images/thermal_images/hoof_pressure_07.gif';
image3.src='images/thermal_images/sacral_joint_inflammation_1.gif';
image4.src='images/thermal_images/pelvic_inflammation_200.gif';
image5.src='images/thermal_images/unbalanced_saddle_230.gif';
image6.src='images/thermal_images/badly_fitting_saddle_229.gif';
image7.src='images/thermal_images/fired_racehorse_127.gif';
image8.src='images/thermal_images/firing_15.gif';
image9.src='images/thermal_images/tendon_inflammation_73.gif';
image10.src='images/thermal_images/polo_pony_183.gif';
image11.src='images/thermal_images/suspensory_ligament_038.gif';
image12.src='images/thermal_images/tendon_injury_77.gif';
image13.src='images/thermal_images/ligament_injury_hoof_109.gif';
image14.src='images/thermal_images/joint_infection_81.gif';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
image8 = '';
image9 = '';
image10 = '';
image11 = '';
image12 = '';
image13 = '';
image14 = '';

document.rollimg = '';
} 
var cap = ['Hock Injury waiting for a bone scan',
'Hock Injury',
'Same horse taking straigt off offside hock, creating pressure in the diagonal hooves (nearside for / offside hind',
'Inflammation around the Sacral Joint and Saddle area',
'Horse possibly slipped and fell in the field.  Muscle damage / soft tissue injury to the pelvic area',
'Unbalanced saddle (image taken from under the saddle after the horse has been working in it)',
'Badly fitting saddle - all the pressure is at the front of the saddle with no contact behind',
'Ex Racehorse that has been fired',
'Ex Racehorse that has been fired',
'Inflammation to tendon',
'Polo Pony that has a damaged front offside leg - lack of circulation',
'Suspensory Ligament Injury',
'Serious tendon injury - the horse has now been retired and is under the care of the vet',
'Ligament injury to the hoof - the horse is now receiving revolutionary treatment transferring blood from another area of the pony to encourage cell renewal',
'Joint infection identified in the hock - the horse was referred to the vet for further treatment',];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML
 = cap[n];
} 




//-->