var imageFiles_h_37 = new Array();
imageFiles_h_37['0'] = new Array ('_images/h_FAQ.gif', '_images/h_FAQMouseover.gif');
imageFiles_h_37['1'] = new Array ('_images/h_E_mail.gif', '_images/h_E_mailMouseover.gif');
imageFiles_h_37['2'] = new Array ('_images/h_Locations.gif', '_images/h_LocationsMouseover.gif');
imageFiles_h_37['3'] = new Array ('_images/h_Home.gif', '_images/h_HomeMouseover.gif');
imageFiles_h_37['4'] = new Array ('_images/h_specials.gif', '_images/h_specialsMouseover.gif');
imageFiles_h_37['5'] = new Array ('_images/h_links.gif', '_images/h_linksMouseover.gif');
imageFiles_h_37['6'] = new Array ('_images/h_welder_certification.gif', '_images/h_welder_certificationMouseover.gif');
imageFiles_h_37['7'] = new Array ('_images/h_Welding_Instruction.gif', '_images/h_Welding_InstructionMouseover.gif');

function image_on_h_37 (position) {
   var doc = eval("document.imageh_37" + position);
   doc.src = imageFiles_h_37[position][1];
}

function image_off_h_37 (position) {
   var doc = eval("document.imageh_37" + position);
   doc.src = imageFiles_h_37[position][0];
}
