var imageFiles_h_37 = new Array();
imageFiles_h_37['0'] = new Array ('_images/h_Home.gif', '_images/h_HomeMouseover.gif');
imageFiles_h_37['1'] = new Array ('_images/h_About_Us.gif', '_images/h_About_UsMouseover.gif');
imageFiles_h_37['2'] = new Array ('_images/h_Services.gif', '_images/h_ServicesMouseover.gif');
imageFiles_h_37['3'] = new Array ('_images/h_Past_Work.gif', '_images/h_Past_WorkMouseover.gif');
imageFiles_h_37['4'] = new Array ('_images/h_RFQ.gif', '_images/h_RFQMouseover.gif');
imageFiles_h_37['5'] = new Array ('_images/h_Contact_Us.gif', '_images/h_Contact_UsMouseover.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];
}
