var imageFiles_2r_1 = new Array();
imageFiles_2r_1['0'] = new Array ('_images/2r_Breakfast_Break.gif', '_images/2r_Breakfast_BreakMouseover.gif');
imageFiles_2r_1['1'] = new Array ('_images/2r_Brunch.gif', '_images/2r_BrunchMouseover.gif');
imageFiles_2r_1['2'] = new Array ('_images/2r_Luncheon.gif', '_images/2r_LuncheonMouseover.gif');
imageFiles_2r_1['3'] = new Array ('_images/2r_Luncheon_Buffet.gif', '_images/2r_Luncheon_BuffetMouseover.gif');

function image_on_2r_1 (position) {
   var doc = eval("document.image2r_1" + position);
   doc.src = imageFiles_2r_1[position][1];
}

function image_off_2r_1 (position) {
   var doc = eval("document.image2r_1" + position);
   doc.src = imageFiles_2r_1[position][0];
}

