var imageFiles_nf_28 = new Array();
imageFiles_nf_28['0'] = new Array ('_images/nf_Church_Goods.gif', '_images/nf_Church_GoodsMouseover.gif');

function image_on_nf_28 (position) {
   var doc = eval("document.imagenf_28" + position);
   doc.src = imageFiles_nf_28[position][1];
}

function image_off_nf_28 (position) {
   var doc = eval("document.imagenf_28" + position);
   doc.src = imageFiles_nf_28[position][0];
}
