var imageFiles_th96_3 = new Array();
imageFiles_th96_3['0'] = new Array ('_images/th96_Home.gif', '_images/th96_HomeMouseover.gif');
imageFiles_th96_3['1'] = new Array ('_images/th96_About_Us.gif', '_images/th96_About_UsMouseover.gif');
imageFiles_th96_3['2'] = new Array ('_images/th96_Services.gif', '_images/th96_ServicesMouseover.gif');
imageFiles_th96_3['3'] = new Array ('_images/th96_Safety.gif', '_images/th96_SafetyMouseover.gif');
imageFiles_th96_3['4'] = new Array ('_images/th96_Policies.gif', '_images/th96_PoliciesMouseover.gif');
imageFiles_th96_3['5'] = new Array ('_images/th96_Feedback.gif', '_images/th96_FeedbackMouseover.gif');
imageFiles_th96_3['6'] = new Array ('_images/th96_Contact_Us.gif', '_images/th96_Contact_UsMouseover.gif');

function image_on_th96_3 (position) {
   var doc = eval("document.imageth96_3" + position);
   doc.src = imageFiles_th96_3[position][1];
}

function image_off_th96_3 (position) {
   var doc = eval("document.imageth96_3" + position);
   doc.src = imageFiles_th96_3[position][0];
}
