var imageFiles_9hf_1 = new Array();
imageFiles_9hf_1['0'] = new Array ('_images/9hf_Bistro_Dinner.gif', '_images/9hf_Bistro_DinnerMouseover.gif');

function image_on_9hf_1 (position) {
   var doc = eval("document.image9hf_1" + position);
   doc.src = imageFiles_9hf_1[position][1];
}

function image_off_9hf_1 (position) {
   var doc = eval("document.image9hf_1" + position);
   doc.src = imageFiles_9hf_1[position][0];
}

