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

function image_on_f_4 (position) {
   var doc = eval("document.imagef_4" + position);
   doc.src = imageFiles_f_4[position][1];
}

function image_off_f_4 (position) {
   var doc = eval("document.imagef_4" + position);
   doc.src = imageFiles_f_4[position][0];
}
