var imageFiles_5ny_1 = new Array();
imageFiles_5ny_1['0'] = new Array ('_images/5ny_Dinner_from_Charcoal_Steaks.gif', '_images/5ny_Dinner_from_Charcoal_SteaksMouseover.gif');

function image_on_5ny_1 (position) {
   var doc = eval("document.image5ny_1" + position);
   doc.src = imageFiles_5ny_1[position][1];
}

function image_off_5ny_1 (position) {
   var doc = eval("document.image5ny_1" + position);
   doc.src = imageFiles_5ny_1[position][0];
}
