var imageFiles_7uo_1 = new Array();
imageFiles_7uo_1['0'] = new Array ('_images/7uo_Bobby_O_s_Specials.gif', '_images/7uo_Bobby_O_s_SpecialsMouseover.gif');

function image_on_7uo_1 (position) {
   var doc = eval("document.image7uo_1" + position);
   doc.src = imageFiles_7uo_1[position][1];
}

function image_off_7uo_1 (position) {
   var doc = eval("document.image7uo_1" + position);
   doc.src = imageFiles_7uo_1[position][0];
}

