var imageFiles_hz_9 = new Array();
imageFiles_hz_9['0'] = new Array ('_images/hz_HOT_TUBS.gif', '_images/hz_HOT_TUBSMouseover.gif');
imageFiles_hz_9['1'] = new Array ('_images/hz_POOLS.gif', '_images/hz_POOLSMouseover.gif');
imageFiles_hz_9['2'] = new Array ('_images/hz_TREADMILLS.gif', '_images/hz_TREADMILLSMouseover.gif');
imageFiles_hz_9['3'] = new Array ('_images/hz_ELLIPTICALS.gif', '_images/hz_ELLIPTICALSMouseover.gif');
imageFiles_hz_9['4'] = new Array ('_images/hz_EXERCISE_BIKES.gif', '_images/hz_EXERCISE_BIKESMouseover.gif');
imageFiles_hz_9['5'] = new Array ('_images/hz_HOME_GYMS.gif', '_images/hz_HOME_GYMSMouseover.gif');
imageFiles_hz_9['6'] = new Array ('_images/hz_SAUNAS.gif', '_images/hz_SAUNASMouseover.gif');
imageFiles_hz_9['7'] = new Array ('_images/hz_PATIO.gif', '_images/hz_PATIOMouseover.gif');
imageFiles_hz_9['8'] = new Array ('_images/hz_SERVICE.gif', '_images/hz_SERVICEMouseover.gif');

function image_on_hz_9 (position) {
   var doc = eval("document.imagehz_9" + position);
   doc.src = imageFiles_hz_9[position][1];
}

function image_off_hz_9 (position) {
   var doc = eval("document.imagehz_9" + position);
   doc.src = imageFiles_hz_9[position][0];
}

