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

function image_on_76_28 (position) {
   var doc = eval("document.image76_28" + position);
   doc.src = imageFiles_76_28[position][1];
}

function image_off_76_28 (position) {
   var doc = eval("document.image76_28" + position);
   doc.src = imageFiles_76_28[position][0];
}
