var imageFiles_gh_37 = new Array();
imageFiles_gh_37['0'] = new Array ('_images/gh_Home.gif', '_images/gh_HomeMouseover.gif');
imageFiles_gh_37['1'] = new Array ('_images/gh_About_Lockard.gif', '_images/gh_About_LockardMouseover.gif');
imageFiles_gh_37['2'] = new Array ('_images/gh_Personal_Insurance.gif', '_images/gh_Personal_InsuranceMouseover.gif');
imageFiles_gh_37['3'] = new Array ('_images/gh_Business_Insurance.gif', '_images/gh_Business_InsuranceMouseover.gif');
imageFiles_gh_37['4'] = new Array ('_images/gh_Online_Quotes.gif', '_images/gh_Online_QuotesMouseover.gif');
imageFiles_gh_37['5'] = new Array ('_images/gh_Our_Companies.gif', '_images/gh_Our_CompaniesMouseover.gif');
imageFiles_gh_37['6'] = new Array ('_images/gh_Support_Services.gif', '_images/gh_Support_ServicesMouseover.gif');

function image_on_gh_37 (position) {
   var doc = eval("document.imagegh_37" + position);
   doc.src = imageFiles_gh_37[position][1];
}

function image_off_gh_37 (position) {
   var doc = eval("document.imagegh_37" + position);
   doc.src = imageFiles_gh_37[position][0];
}
