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

function image_on_52rnd_9 (position) {
   var doc = eval("document.image52rnd_9" + position);
   doc.src = imageFiles_52rnd_9[position][1];
}

function image_off_52rnd_9 (position) {
   var doc = eval("document.image52rnd_9" + position);
   doc.src = imageFiles_52rnd_9[position][0];
}
