var imageFiles_85x_1 = new Array();
imageFiles_85x_1['0'] = new Array ('_images/85x_Dominick_s_Cafe_Specials.gif', '_images/85x_Dominick_s_Cafe_SpecialsMouseover.gif');

function image_on_85x_1 (position) {
   var doc = eval("document.image85x_1" + position);
   doc.src = imageFiles_85x_1[position][1];
}

function image_off_85x_1 (position) {
   var doc = eval("document.image85x_1" + position);
   doc.src = imageFiles_85x_1[position][0];
}

