var imageFiles_h_4 = new Array();
imageFiles_h_4['0'] = new Array ('_images/h_Home.gif', '_images/h_HomeMouseover.gif');
imageFiles_h_4['1'] = new Array ('_images/h_About_Us.gif', '_images/h_About_UsMouseover.gif');
imageFiles_h_4['2'] = new Array ('_images/h_Get_A_Quote_.gif', '_images/h_Get_A_Quote_Mouseover.gif');
imageFiles_h_4['3'] = new Array ('_images/h_Our_Services.gif', '_images/h_Our_ServicesMouseover.gif');
imageFiles_h_4['4'] = new Array ('_images/h_Our_Gallery.gif', '_images/h_Our_GalleryMouseover.gif');
imageFiles_h_4['5'] = new Array ('_images/h_Schedule.gif', '_images/h_ScheduleMouseover.gif');
imageFiles_h_4['6'] = new Array ('_images/h_Contact_Us.gif', '_images/h_Contact_UsMouseover.gif');
imageFiles_h_4['7'] = new Array ('_images/h_News.gif', '_images/h_NewsMouseover.gif');

function image_on_h_4 (position) {
   var doc = eval("document.imageh_4" + position);
   doc.src = imageFiles_h_4[position][1];
}

function image_off_h_4 (position) {
   var doc = eval("document.imageh_4" + position);
   doc.src = imageFiles_h_4[position][0];
}

