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

function image_on_h_16 (position) {
   var doc = eval("document.imageh_16" + position);
   doc.src = imageFiles_h_16[position][1];
}

function image_off_h_16 (position) {
   var doc = eval("document.imageh_16" + position);
   doc.src = imageFiles_h_16[position][0];
}
