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

function image_on_8q_15 (position) {
   var doc = eval("document.image8q_15" + position);
   doc.src = imageFiles_8q_15[position][1];
}

function image_off_8q_15 (position) {
   var doc = eval("document.image8q_15" + position);
   doc.src = imageFiles_8q_15[position][0];
}

