var imageFiles_hr_25 = new Array();
imageFiles_hr_25['0'] = new Array ('_images/hr_LINKS.gif', '_images/hr_LINKSMouseover.gif');

function image_on_hr_25 (position) {
   var doc = eval("document.imagehr_25" + position);
   doc.src = imageFiles_hr_25[position][1];
}

function image_off_hr_25 (position) {
   var doc = eval("document.imagehr_25" + position);
   doc.src = imageFiles_hr_25[position][0];
}

