var imageFiles_7xh_1 = new Array();
imageFiles_7xh_1['0'] = new Array ('_images/7xh__Plains_Pub_Catering.gif', '_images/7xh__Plains_Pub_CateringMouseover.gif');

function image_on_7xh_1 (position) {
   var doc = eval("document.image7xh_1" + position);
   doc.src = imageFiles_7xh_1[position][1];
}

function image_off_7xh_1 (position) {
   var doc = eval("document.image7xh_1" + position);
   doc.src = imageFiles_7xh_1[position][0];
}

