var imageFiles_hy_3 = new Array();
imageFiles_hy_3['0'] = new Array ('_images/hy_SPIRIT.gif', '_images/hy_SPIRITMouseover.gif');
imageFiles_hy_3['1'] = new Array ('_images/hy_EXERCISE_BIKES.gif', '_images/hy_EXERCISE_BIKESMouseover.gif');
imageFiles_hy_3['2'] = new Array ('_images/hy_XBR25.gif', '_images/hy_XBR25Mouseover.gif');
imageFiles_hy_3['3'] = new Array ('_images/hy_XBR55.gif', '_images/hy_XBR55Mouseover.gif');
imageFiles_hy_3['4'] = new Array ('_images/hy_XBR95.gif', '_images/hy_XBR95Mouseover.gif');
imageFiles_hy_3['5'] = new Array ('_images/hy_CU800.gif', '_images/hy_CU800Mouseover.gif');

function image_on_hy_3 (position) {
   var doc = eval("document.imagehy_3" + position);
   doc.src = imageFiles_hy_3[position][1];
}

function image_off_hy_3 (position) {
   var doc = eval("document.imagehy_3" + position);
   doc.src = imageFiles_hy_3[position][0];
}

