var imageFiles_4fv_3 = new Array();
imageFiles_4fv_3['0'] = new Array ('_images/4fv_Catering.gif', '_images/4fv_CateringMouseover.gif');

function image_on_4fv_3 (position) {
   var doc = eval("document.image4fv_3" + position);
   doc.src = imageFiles_4fv_3[position][1];
}

function image_off_4fv_3 (position) {
   var doc = eval("document.image4fv_3" + position);
   doc.src = imageFiles_4fv_3[position][0];
}

