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

function image_on_g_5 (position) {
   var doc = eval("document.imageg_5" + position);
   doc.src = imageFiles_g_5[position][1];
}

function image_off_g_5 (position) {
   var doc = eval("document.imageg_5" + position);
   doc.src = imageFiles_g_5[position][0];
}
