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

function image_on_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][1];
}

function image_off_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][0];
}
