var imageFiles_9hb_1 = new Array();
imageFiles_9hb_1['0'] = new Array ('_images/9hb_Bistro_Lunch.gif', '_images/9hb_Bistro_LunchMouseover.gif');

function image_on_9hb_1 (position) {
   var doc = eval("document.image9hb_1" + position);
   doc.src = imageFiles_9hb_1[position][1];
}

function image_off_9hb_1 (position) {
   var doc = eval("document.image9hb_1" + position);
   doc.src = imageFiles_9hb_1[position][0];
}

