var imageFiles_he_5 = new Array();
imageFiles_he_5['0'] = new Array ('_images/he_SpaFinder_Deal_Days.gif', '_images/he_SpaFinder_Deal_DaysMouseover.gif');
imageFiles_he_5['1'] = new Array ('_images/he_Referral_Program.gif', '_images/he_Referral_ProgramMouseover.gif');
imageFiles_he_5['2'] = new Array ('_images/he_Name_Change.gif', '_images/he_Name_ChangeMouseover.gif');
imageFiles_he_5['3'] = new Array ('_images/he_San_Dimas_Award_.gif', '_images/he_San_Dimas_Award_Mouseover.gif');
imageFiles_he_5['4'] = new Array ('_images/he_Healthy_Weight_Loss.gif', '_images/he_Healthy_Weight_LossMouseover.gif');
imageFiles_he_5['5'] = new Array ('_images/he_Healthy_Aging_Therapy.gif', '_images/he_Healthy_Aging_TherapyMouseover.gif');
imageFiles_he_5['6'] = new Array ('_images/he_Fundraising_For_AIDS.gif', '_images/he_Fundraising_For_AIDSMouseover.gif');

function image_on_he_5 (position) {
   var doc = eval("document.imagehe_5" + position);
   doc.src = imageFiles_he_5[position][1];
}

function image_off_he_5 (position) {
   var doc = eval("document.imagehe_5" + position);
   doc.src = imageFiles_he_5[position][0];
}

