var imageFiles_76_25 = new Array();
imageFiles_76_25['0'] = new Array ('_images/76_MISSION.gif', '_images/76_MISSIONMouseover.gif');
imageFiles_76_25['1'] = new Array ('_images/76_NEWS_ARTICLES.gif', '_images/76_NEWS_ARTICLESMouseover.gif');
imageFiles_76_25['2'] = new Array ('_images/76_LOCATION.gif', '_images/76_LOCATIONMouseover.gif');
imageFiles_76_25['3'] = new Array ('_images/76_CONTACT_US.gif', '_images/76_CONTACT_USMouseover.gif');
imageFiles_76_25['4'] = new Array ('_images/76_EMAIL_LISTS.gif', '_images/76_EMAIL_LISTSMouseover.gif');
imageFiles_76_25['5'] = new Array ('_images/76_TESTIMONIALS.gif', '_images/76_TESTIMONIALSMouseover.gif');

function image_on_76_25 (position) {
   var doc = eval("document.image76_25" + position);
   doc.src = imageFiles_76_25[position][1];
}

function image_off_76_25 (position) {
   var doc = eval("document.image76_25" + position);
   doc.src = imageFiles_76_25[position][0];
}
