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

function image_on_76_7 (position) {
   var doc = eval("document.image76_7" + position);
   doc.src = imageFiles_76_7[position][1];
}

function image_off_76_7 (position) {
   var doc = eval("document.image76_7" + position);
   doc.src = imageFiles_76_7[position][0];
}
