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

function image_on_52rnd_11 (position) {
   var doc = eval("document.image52rnd_11" + position);
   doc.src = imageFiles_52rnd_11[position][1];
}

function image_off_52rnd_11 (position) {
   var doc = eval("document.image52rnd_11" + position);
   doc.src = imageFiles_52rnd_11[position][0];
}

