var imageFiles_ch_5 = new Array();
imageFiles_ch_5['0'] = new Array ('_images/ch_Special_Events.gif', '_images/ch_Special_EventsMouseover.gif');
imageFiles_ch_5['1'] = new Array ('_images/ch_Seating_Chart.gif', '_images/ch_Seating_ChartMouseover.gif');
imageFiles_ch_5['2'] = new Array ('_images/ch_Subscription.gif', '_images/ch_SubscriptionMouseover.gif');
imageFiles_ch_5['3'] = new Array ('_images/ch_Back_to_HOME.gif', '_images/ch_Back_to_HOMEMouseover.gif');

function image_on_ch_5 (position) {
   var doc = eval("document.imagech_5" + position);
   doc.src = imageFiles_ch_5[position][1];
}

function image_off_ch_5 (position) {
   var doc = eval("document.imagech_5" + position);
   doc.src = imageFiles_ch_5[position][0];
}
