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

function image_on_76_11 (position) {
   var doc = eval("document.image76_11" + position);
   doc.src = imageFiles_76_11[position][1];
}

function image_off_76_11 (position) {
   var doc = eval("document.image76_11" + position);
   doc.src = imageFiles_76_11[position][0];
}
