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

function image_on_8q_3 (position) {
   var doc = eval("document.image8q_3" + position);
   doc.src = imageFiles_8q_3[position][1];
}

function image_off_8q_3 (position) {
   var doc = eval("document.image8q_3" + position);
   doc.src = imageFiles_8q_3[position][0];
}

