var imageFiles_g_7 = new Array();
imageFiles_g_7['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_7['1'] = new Array ('_images/g_About_Us.gif', '_images/g_About_UsMouseover.gif');
imageFiles_g_7['2'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');
imageFiles_g_7['3'] = new Array ('_images/g_Students.gif', '_images/g_StudentsMouseover.gif');
imageFiles_g_7['4'] = new Array ('_images/g_Instructors.gif', '_images/g_InstructorsMouseover.gif');
imageFiles_g_7['5'] = new Array ('_images/g_Find_A_Class.gif', '_images/g_Find_A_ClassMouseover.gif');
imageFiles_g_7['6'] = new Array ('_images/g_Directions.gif', '_images/g_DirectionsMouseover.gif');
imageFiles_g_7['7'] = new Array ('_images/g_Class_FAQ_s.gif', '_images/g_Class_FAQ_sMouseover.gif');

function image_on_g_7 (position) {
   var doc = eval("document.imageg_7" + position);
   doc.src = imageFiles_g_7[position][1];
}

function image_off_g_7 (position) {
   var doc = eval("document.imageg_7" + position);
   doc.src = imageFiles_g_7[position][0];
}
