var imageFiles_yul1_1 = new Array();
imageFiles_yul1_1['0'] = new Array ('_images/yul1_Home.gif', '_images/yul1_HomeMouseover.gif');
imageFiles_yul1_1['1'] = new Array ('_images/yul1_About_Us.gif', '_images/yul1_About_UsMouseover.gif');
imageFiles_yul1_1['2'] = new Array ('_images/yul1_Contact_Us.gif', '_images/yul1_Contact_UsMouseover.gif');
imageFiles_yul1_1['3'] = new Array ('_images/yul1_Students.gif', '_images/yul1_StudentsMouseover.gif');
imageFiles_yul1_1['4'] = new Array ('_images/yul1_Instructors.gif', '_images/yul1_InstructorsMouseover.gif');
imageFiles_yul1_1['5'] = new Array ('_images/yul1_Find_A_Class.gif', '_images/yul1_Find_A_ClassMouseover.gif');
imageFiles_yul1_1['6'] = new Array ('_images/yul1_Directions.gif', '_images/yul1_DirectionsMouseover.gif');
imageFiles_yul1_1['7'] = new Array ('_images/yul1_Class_FAQ_s.gif', '_images/yul1_Class_FAQ_sMouseover.gif');

function image_on_yul1_1 (position) {
   var doc = eval("document.imageyul1_1" + position);
   doc.src = imageFiles_yul1_1[position][1];
}

function image_off_yul1_1 (position) {
   var doc = eval("document.imageyul1_1" + position);
   doc.src = imageFiles_yul1_1[position][0];
}

