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

function image_on_76_4 (position) {
   var doc = eval("document.image76_4" + position);
   doc.src = imageFiles_76_4[position][1];
}

function image_off_76_4 (position) {
   var doc = eval("document.image76_4" + position);
   doc.src = imageFiles_76_4[position][0];
}
