var imageFiles_8q_23 = new Array();
imageFiles_8q_23['0'] = new Array ('_images/8q_Home.gif', '_images/8q_HomeMouseover.gif');
imageFiles_8q_23['1'] = new Array ('_images/8q_Calendar_of_Events.gif', '_images/8q_Calendar_of_EventsMouseover.gif');

function image_on_8q_23 (position) {
   var doc = eval("document.image8q_23" + position);
   doc.src = imageFiles_8q_23[position][1];
}

function image_off_8q_23 (position) {
   var doc = eval("document.image8q_23" + position);
   doc.src = imageFiles_8q_23[position][0];
}

