var imageFiles_n9_5 = new Array();
imageFiles_n9_5['0'] = new Array ('_images/n9_Seating_Chart.gif', '_images/n9_Seating_ChartMouseover.gif');
imageFiles_n9_5['1'] = new Array ('_images/n9_Back_to_HOME.gif', '_images/n9_Back_to_HOMEMouseover.gif');

function image_on_n9_5 (position) {
   var doc = eval("document.imagen9_5" + position);
   doc.src = imageFiles_n9_5[position][1];
}

function image_off_n9_5 (position) {
   var doc = eval("document.imagen9_5" + position);
   doc.src = imageFiles_n9_5[position][0];
}
