var imageFiles_63s_1 = new Array();
imageFiles_63s_1['0'] = new Array ('_images/63s_The_Sports_Bar.gif', '_images/63s_The_Sports_BarMouseover.gif');
imageFiles_63s_1['1'] = new Array ('_images/63s_Brother_s_Diner.gif', '_images/63s_Brother_s_DinerMouseover.gif');
imageFiles_63s_1['2'] = new Array ('_images/63s_Catering.gif', '_images/63s_CateringMouseover.gif');

function image_on_63s_1 (position) {
   var doc = eval("document.image63s_1" + position);
   doc.src = imageFiles_63s_1[position][1];
}

function image_off_63s_1 (position) {
   var doc = eval("document.image63s_1" + position);
   doc.src = imageFiles_63s_1[position][0];
}
