var imageFiles_gh_22 = new Array();
imageFiles_gh_22['0'] = new Array ('_images/gh_Home.gif', '_images/gh_HomeMouseover.gif');
imageFiles_gh_22['1'] = new Array ('_images/gh_About_Tripp_Insurance.gif', '_images/gh_About_Tripp_InsuranceMouseover.gif');
imageFiles_gh_22['2'] = new Array ('_images/gh_Why_Tripp_Insurance_.gif', '_images/gh_Why_Tripp_Insurance_Mouseover.gif');
imageFiles_gh_22['3'] = new Array ('_images/gh_Personal_Insurance.gif', '_images/gh_Personal_InsuranceMouseover.gif');
imageFiles_gh_22['4'] = new Array ('_images/gh_Benefit_Services.gif', '_images/gh_Benefit_ServicesMouseover.gif');
imageFiles_gh_22['5'] = new Array ('_images/gh_Online_Quotes.gif', '_images/gh_Online_QuotesMouseover.gif');
imageFiles_gh_22['6'] = new Array ('_images/gh_Support_Services.gif', '_images/gh_Support_ServicesMouseover.gif');
imageFiles_gh_22['7'] = new Array ('_images/gh_Sparkfly_Members.gif', '_images/gh_Sparkfly_MembersMouseover.gif');

function image_on_gh_22 (position) {
   var doc = eval("document.imagegh_22" + position);
   doc.src = imageFiles_gh_22[position][1];
}

function image_off_gh_22 (position) {
   var doc = eval("document.imagegh_22" + position);
   doc.src = imageFiles_gh_22[position][0];
}
