var imageFiles_3t_16 = new Array();
imageFiles_3t_16['0'] = new Array ('_images/3t_HOME.gif', '_images/3t_HOMEMouseover.gif');
imageFiles_3t_16['1'] = new Array ('_images/3t_ABOUT_US.gif', '_images/3t_ABOUT_USMouseover.gif');
imageFiles_3t_16['2'] = new Array ('_images/3t_MISSION_STATEMENT.gif', '_images/3t_MISSION_STATEMENTMouseover.gif');
imageFiles_3t_16['3'] = new Array ('_images/3t_HISTORY.gif', '_images/3t_HISTORYMouseover.gif');
imageFiles_3t_16['4'] = new Array ('_images/3t_ST__VINCENT_PALLOTTI.gif', '_images/3t_ST__VINCENT_PALLOTTIMouseover.gif');
imageFiles_3t_16['5'] = new Array ('_images/3t_VOCATION_OFFICE_.gif', '_images/3t_VOCATION_OFFICE_Mouseover.gif');
imageFiles_3t_16['6'] = new Array ('_images/3t_MINISTRIES.gif', '_images/3t_MINISTRIESMouseover.gif');
imageFiles_3t_16['7'] = new Array ('_images/3t_PRAYER_REQUEST.gif', '_images/3t_PRAYER_REQUESTMouseover.gif');
imageFiles_3t_16['8'] = new Array ('_images/3t_CONTACT_US.gif', '_images/3t_CONTACT_USMouseover.gif');
imageFiles_3t_16['9'] = new Array ('_images/3t_PHOTO_GALLERY.gif', '_images/3t_PHOTO_GALLERYMouseover.gif');

function image_on_3t_16 (position) {
   var doc = eval("document.image3t_16" + position);
   doc.src = imageFiles_3t_16[position][1];
}

function image_off_3t_16 (position) {
   var doc = eval("document.image3t_16" + position);
   doc.src = imageFiles_3t_16[position][0];
}
