var imageFiles_49x_1 = new Array();
imageFiles_49x_1['0'] = new Array ('_images/49x_Back_to_Bubbas_Pg_1.gif', '_images/49x_Back_to_Bubbas_Pg_1Mouseover.gif');

function image_on_49x_1 (position) {
   var doc = eval("document.image49x_1" + position);
   doc.src = imageFiles_49x_1[position][1];
}

function image_off_49x_1 (position) {
   var doc = eval("document.image49x_1" + position);
   doc.src = imageFiles_49x_1[position][0];
}

