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

function image_on_gh_1 (position) {
   var doc = eval("document.imagegh_1" + position);
   doc.src = imageFiles_gh_1[position][1];
}

function image_off_gh_1 (position) {
   var doc = eval("document.imagegh_1" + position);
   doc.src = imageFiles_gh_1[position][0];
}
