var imageFiles_th96_5 = new Array();
imageFiles_th96_5['0'] = new Array ('_images/th96_Home.gif', '_images/th96_HomeMouseover.gif');
imageFiles_th96_5['1'] = new Array ('_images/th96_Services.gif', '_images/th96_ServicesMouseover.gif');
imageFiles_th96_5['2'] = new Array ('_images/th96_Products.gif', '_images/th96_ProductsMouseover.gif');
imageFiles_th96_5['3'] = new Array ('_images/th96_Tankless_hot_water.gif', '_images/th96_Tankless_hot_waterMouseover.gif');
imageFiles_th96_5['4'] = new Array ('_images/th96_Specials.gif', '_images/th96_SpecialsMouseover.gif');
imageFiles_th96_5['5'] = new Array ('_images/th96_About_Us.gif', '_images/th96_About_UsMouseover.gif');
imageFiles_th96_5['6'] = new Array ('_images/th96_Location.gif', '_images/th96_LocationMouseover.gif');
imageFiles_th96_5['7'] = new Array ('_images/th96_Feedback.gif', '_images/th96_FeedbackMouseover.gif');
imageFiles_th96_5['8'] = new Array ('_images/th96_Pellets.gif', '_images/th96_PelletsMouseover.gif');

function image_on_th96_5 (position) {
   var doc = eval("document.imageth96_5" + position);
   doc.src = imageFiles_th96_5[position][1];
}

function image_off_th96_5 (position) {
   var doc = eval("document.imageth96_5" + position);
   doc.src = imageFiles_th96_5[position][0];
}

