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

function image_on_n9_3 (position) {
   var doc = eval("document.imagen9_3" + position);
   doc.src = imageFiles_n9_3[position][1];
}

function image_off_n9_3 (position) {
   var doc = eval("document.imagen9_3" + position);
   doc.src = imageFiles_n9_3[position][0];
}
