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

function image_on_f_37 (position) {
   var doc = eval("document.imagef_37" + position);
   doc.src = imageFiles_f_37[position][1];
}

function image_off_f_37 (position) {
   var doc = eval("document.imagef_37" + position);
   doc.src = imageFiles_f_37[position][0];
}
