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

function image_on_gh_43 (position) {
   var doc = eval("document.imagegh_43" + position);
   doc.src = imageFiles_gh_43[position][1];
}

function image_off_gh_43 (position) {
   var doc = eval("document.imagegh_43" + position);
   doc.src = imageFiles_gh_43[position][0];
}
