var imageFiles_g_3 = new Array();
imageFiles_g_3['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_3['1'] = new Array ('_images/g_Olson_Chiropractic_Clinic.gif', '_images/g_Olson_Chiropractic_ClinicMouseover.gif');
imageFiles_g_3['2'] = new Array ('_images/g_Pro_Adjuster.gif', '_images/g_Pro_AdjusterMouseover.gif');
imageFiles_g_3['3'] = new Array ('_images/g_Quantum_Laser.gif', '_images/g_Quantum_LaserMouseover.gif');
imageFiles_g_3['4'] = new Array ('_images/g_Coordinated_Integrated_Care.gif', '_images/g_Coordinated_Integrated_CareMouseover.gif');
imageFiles_g_3['5'] = new Array ('_images/g_Feedback.gif', '_images/g_FeedbackMouseover.gif');
imageFiles_g_3['6'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');
imageFiles_g_3['7'] = new Array ('_images/g_Fitness_Center.gif', '_images/g_Fitness_CenterMouseover.gif');
imageFiles_g_3['8'] = new Array ('_images/g_Articles_of_Interest.gif', '_images/g_Articles_of_InterestMouseover.gif');

function image_on_g_3 (position) {
   var doc = eval("document.imageg_3" + position);
   doc.src = imageFiles_g_3[position][1];
}

function image_off_g_3 (position) {
   var doc = eval("document.imageg_3" + position);
   doc.src = imageFiles_g_3[position][0];
}
