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_About_Us.gif', '_images/g_About_UsMouseover.gif');
imageFiles_g_1['2'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');
imageFiles_g_1['3'] = new Array ('_images/g_Students.gif', '_images/g_StudentsMouseover.gif');
imageFiles_g_1['4'] = new Array ('_images/g_Instructors.gif', '_images/g_InstructorsMouseover.gif');
imageFiles_g_1['5'] = new Array ('_images/g_Find_A_Class.gif', '_images/g_Find_A_ClassMouseover.gif');
imageFiles_g_1['6'] = new Array ('_images/g_Directions.gif', '_images/g_DirectionsMouseover.gif');
imageFiles_g_1['7'] = new Array ('_images/g_Class_FAQ_s.gif', '_images/g_Class_FAQ_sMouseover.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];
}
