var imageFiles_h_58 = new Array();
imageFiles_h_58['0'] = new Array ('_images/h_Home.gif', '_images/h_HomeMouseover.gif');
imageFiles_h_58['1'] = new Array ('_images/h_Appointment_Request.gif', '_images/h_Appointment_RequestMouseover.gif');
imageFiles_h_58['2'] = new Array ('_images/h_Patient_Experiences.gif', '_images/h_Patient_ExperiencesMouseover.gif');
imageFiles_h_58['3'] = new Array ('_images/h_Ask_Your_Dr.gif', '_images/h_Ask_Your_DrMouseover.gif');
imageFiles_h_58['4'] = new Array ('_images/h_Investment_Options.gif', '_images/h_Investment_OptionsMouseover.gif');
imageFiles_h_58['5'] = new Array ('_images/h_Patient_Comfort_Menu.gif', '_images/h_Patient_Comfort_MenuMouseover.gif');
imageFiles_h_58['6'] = new Array ('_images/h_Cerec_Technology.gif', '_images/h_Cerec_TechnologyMouseover.gif');
imageFiles_h_58['7'] = new Array ('_images/h_Laser_Assisted_Hygiene.gif', '_images/h_Laser_Assisted_HygieneMouseover.gif');
imageFiles_h_58['8'] = new Array ('_images/h_Oral_Health.gif', '_images/h_Oral_HealthMouseover.gif');
imageFiles_h_58['9'] = new Array ('_images/h_Gums_and_Periodontal.gif', '_images/h_Gums_and_PeriodontalMouseover.gif');
imageFiles_h_58['10'] = new Array ('_images/h_Pregnancy_And_Children.gif', '_images/h_Pregnancy_And_ChildrenMouseover.gif');
imageFiles_h_58['11'] = new Array ('_images/h_Healthy_Mouth_Body.gif', '_images/h_Healthy_Mouth_BodyMouseover.gif');

function image_on_h_58 (position) {
   var doc = eval("document.imageh_58" + position);
   doc.src = imageFiles_h_58[position][1];
}

function image_off_h_58 (position) {
   var doc = eval("document.imageh_58" + position);
   doc.src = imageFiles_h_58[position][0];
}

