var imageFiles_4g_17 = new Array();
imageFiles_4g_17['0'] = new Array ('_images/4g_Parent_Student_Handbook.gif', '_images/4g_Parent_Student_HandbookMouseover.gif');
imageFiles_4g_17['1'] = new Array ('_images/4g_Permission_Slip_Form.gif', '_images/4g_Permission_Slip_FormMouseover.gif');
imageFiles_4g_17['2'] = new Array ('_images/4g_Preschool_Class.gif', '_images/4g_Preschool_ClassMouseover.gif');
imageFiles_4g_17['3'] = new Array ('_images/4g_Grade_1_4.gif', '_images/4g_Grade_1_4Mouseover.gif');
imageFiles_4g_17['4'] = new Array ('_images/4g_Grades_5th_12th.gif', '_images/4g_Grades_5th_12thMouseover.gif');
imageFiles_4g_17['5'] = new Array ('_images/4g_Registration_Form.gif', '_images/4g_Registration_FormMouseover.gif');
imageFiles_4g_17['6'] = new Array ('_images/4g_RCIA.gif', '_images/4g_RCIAMouseover.gif');
imageFiles_4g_17['7'] = new Array ('_images/4g_Vacation_Bible_School.gif', '_images/4g_Vacation_Bible_SchoolMouseover.gif');

function image_on_4g_17 (position) {
   var doc = eval("document.image4g_17" + position);
   doc.src = imageFiles_4g_17[position][1];
}

function image_off_4g_17 (position) {
   var doc = eval("document.image4g_17" + position);
   doc.src = imageFiles_4g_17[position][0];
}

