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

function image_on_gh_31 (position) {
   var doc = eval("document.imagegh_31" + position);
   doc.src = imageFiles_gh_31[position][1];
}

function image_off_gh_31 (position) {
   var doc = eval("document.imagegh_31" + position);
   doc.src = imageFiles_gh_31[position][0];
}
