var imageFiles_th96_4 = new Array();
imageFiles_th96_4['0'] = new Array ('_images/th96_HOME.gif', '_images/th96_HOMEMouseover.gif');
imageFiles_th96_4['1'] = new Array ('_images/th96_SERVICES.gif', '_images/th96_SERVICESMouseover.gif');
imageFiles_th96_4['2'] = new Array ('_images/th96_FAQ.gif', '_images/th96_FAQMouseover.gif');
imageFiles_th96_4['3'] = new Array ('_images/th96_ON_SALE.gif', '_images/th96_ON_SALEMouseover.gif');
imageFiles_th96_4['4'] = new Array ('_images/th96_STORES.gif', '_images/th96_STORESMouseover.gif');
imageFiles_th96_4['5'] = new Array ('_images/th96_TELL_US_.gif', '_images/th96_TELL_US_Mouseover.gif');

function image_on_th96_4 (position) {
   var doc = eval("document.imageth96_4" + position);
   doc.src = imageFiles_th96_4[position][1];
}

function image_off_th96_4 (position) {
   var doc = eval("document.imageth96_4" + position);
   doc.src = imageFiles_th96_4[position][0];
}
