var imageFiles_h_7 = new Array();
imageFiles_h_7['0'] = new Array ('_images/h_COMPANY_PROFILE.gif', '_images/h_COMPANY_PROFILEMouseover.gif');
imageFiles_h_7['1'] = new Array ('_images/h_GALLERY.gif', '_images/h_GALLERYMouseover.gif');
imageFiles_h_7['2'] = new Array ('_images/h_RESIDENTIAL_SERVICES.gif', '_images/h_RESIDENTIAL_SERVICESMouseover.gif');
imageFiles_h_7['3'] = new Array ('_images/h_COMMERCIAL_SERVICES.gif', '_images/h_COMMERCIAL_SERVICESMouseover.gif');
imageFiles_h_7['4'] = new Array ('_images/h_PAINTING_PROCESS.gif', '_images/h_PAINTING_PROCESSMouseover.gif');
imageFiles_h_7['5'] = new Array ('_images/h_PAINTING_PROBLEMS.gif', '_images/h_PAINTING_PROBLEMSMouseover.gif');
imageFiles_h_7['6'] = new Array ('_images/h_STAFF.gif', '_images/h_STAFFMouseover.gif');
imageFiles_h_7['7'] = new Array ('_images/h_WARRANTY.gif', '_images/h_WARRANTYMouseover.gif');
imageFiles_h_7['8'] = new Array ('_images/h_ESTIMATE_REQUEST.gif', '_images/h_ESTIMATE_REQUESTMouseover.gif');
imageFiles_h_7['9'] = new Array ('_images/h_CONTACT_US.gif', '_images/h_CONTACT_USMouseover.gif');

function image_on_h_7 (position) {
   var doc = eval("document.imageh_7" + position);
   doc.src = imageFiles_h_7[position][1];
}

function image_off_h_7 (position) {
   var doc = eval("document.imageh_7" + position);
   doc.src = imageFiles_h_7[position][0];
}
