var imageFiles_th96_9 = new Array();
imageFiles_th96_9['0'] = new Array ('_images/th96_Home.gif', '_images/th96_HomeMouseover.gif');
imageFiles_th96_9['1'] = new Array ('_images/th96_History.gif', '_images/th96_HistoryMouseover.gif');
imageFiles_th96_9['2'] = new Array ('_images/th96_Services.gif', '_images/th96_ServicesMouseover.gif');
imageFiles_th96_9['3'] = new Array ('_images/th96_Products.gif', '_images/th96_ProductsMouseover.gif');
imageFiles_th96_9['4'] = new Array ('_images/th96_Clients.gif', '_images/th96_ClientsMouseover.gif');
imageFiles_th96_9['5'] = new Array ('_images/th96_FAQ.gif', '_images/th96_FAQMouseover.gif');
imageFiles_th96_9['6'] = new Array ('_images/th96_Inquiry.gif', '_images/th96_InquiryMouseover.gif');
imageFiles_th96_9['7'] = new Array ('_images/th96_Contact_Us.gif', '_images/th96_Contact_UsMouseover.gif');

function image_on_th96_9 (position) {
   var doc = eval("document.imageth96_9" + position);
   doc.src = imageFiles_th96_9[position][1];
}

function image_off_th96_9 (position) {
   var doc = eval("document.imageth96_9" + position);
   doc.src = imageFiles_th96_9[position][0];
}

