var imageFiles_1pl_7 = new Array();
imageFiles_1pl_7['0'] = new Array ('_images/1pl_HOME_l.gif', '_images/1pl_HOME_lMouseover.gif');
imageFiles_1pl_7['1'] = new Array ('_images/1pl_ABOUT_US_l.gif', '_images/1pl_ABOUT_US_lMouseover.gif');
imageFiles_1pl_7['2'] = new Array ('_images/1pl_MEN_S_FELLOWSHIP_l.gif', '_images/1pl_MEN_S_FELLOWSHIP_lMouseover.gif');
imageFiles_1pl_7['3'] = new Array ('_images/1pl_CONTACT_US_.gif', '_images/1pl_CONTACT_US_Mouseover.gif');
imageFiles_1pl_7['4'] = new Array ('_images/1pl_LINKS_l.gif', '_images/1pl_LINKS_lMouseover.gif');
imageFiles_1pl_7['5'] = new Array ('_images/1pl_PHOTO_GALLERY_l.gif', '_images/1pl_PHOTO_GALLERY_lMouseover.gif');

function image_on_1pl_7 (position) {
   var doc = eval("document.image1pl_7" + position);
   doc.src = imageFiles_1pl_7[position][1];
}

function image_off_1pl_7 (position) {
   var doc = eval("document.image1pl_7" + position);
   doc.src = imageFiles_1pl_7[position][0];
}
