var imageFiles_52rnd_3 = new Array();
imageFiles_52rnd_3['0'] = new Array ('_images/52rnd_HOME___.gif', '_images/52rnd_HOME___Mouseover.gif');
imageFiles_52rnd_3['1'] = new Array ('_images/52rnd_BIO__.gif', '_images/52rnd_BIO__Mouseover.gif');
imageFiles_52rnd_3['2'] = new Array ('_images/52rnd_OFFERINGS___.gif', '_images/52rnd_OFFERINGS___Mouseover.gif');
imageFiles_52rnd_3['3'] = new Array ('_images/52rnd_CALENDAR__.gif', '_images/52rnd_CALENDAR__Mouseover.gif');
imageFiles_52rnd_3['4'] = new Array ('_images/52rnd_COMMUNITY__.gif', '_images/52rnd_COMMUNITY__Mouseover.gif');
imageFiles_52rnd_3['5'] = new Array ('_images/52rnd_CONTACT_US__.gif', '_images/52rnd_CONTACT_US__Mouseover.gif');

function image_on_52rnd_3 (position) {
   var doc = eval("document.image52rnd_3" + position);
   doc.src = imageFiles_52rnd_3[position][1];
}

function image_off_52rnd_3 (position) {
   var doc = eval("document.image52rnd_3" + position);
   doc.src = imageFiles_52rnd_3[position][0];
}

