var imageFiles_f_10 = new Array();
imageFiles_f_10['0'] = new Array ('_images/f_GALLERY.gif', '_images/f_GALLERYMouseover.gif');

function image_on_f_10 (position) {
   var doc = eval("document.imagef_10" + position);
   doc.src = imageFiles_f_10[position][1];
}

function image_off_f_10 (position) {
   var doc = eval("document.imagef_10" + position);
   doc.src = imageFiles_f_10[position][0];
}

