var imageFiles_57_1 = new Array();
imageFiles_57_1['0'] = new Array ('_images/57_PRINCIPAL_S_LETTER.gif', '_images/57_PRINCIPAL_S_LETTERMouseover.gif');
imageFiles_57_1['1'] = new Array ('_images/57_SETON_MIDDLE_SCHOOL.gif', '_images/57_SETON_MIDDLE_SCHOOLMouseover.gif');
imageFiles_57_1['2'] = new Array ('_images/57_SCHOOL_CLOSINGS.gif', '_images/57_SCHOOL_CLOSINGSMouseover.gif');

function image_on_57_1 (position) {
   var doc = eval("document.image57_1" + position);
   doc.src = imageFiles_57_1[position][1];
}

function image_off_57_1 (position) {
   var doc = eval("document.image57_1" + position);
   doc.src = imageFiles_57_1[position][0];
}
