var imageFiles_tg_7 = new Array();
imageFiles_tg_7['0'] = new Array ('_images/tg_Press.gif', '_images/tg_PressMouseover.gif');
imageFiles_tg_7['1'] = new Array ('_images/tg_Testimonials.gif', '_images/tg_TestimonialsMouseover.gif');
imageFiles_tg_7['2'] = new Array ('_images/tg_Health_Score.gif', '_images/tg_Health_ScoreMouseover.gif');
imageFiles_tg_7['3'] = new Array ('_images/tg_Career_Opportunity.gif', '_images/tg_Career_OpportunityMouseover.gif');

function image_on_tg_7 (position) {
   var doc = eval("document.imagetg_7" + position);
   doc.src = imageFiles_tg_7[position][1];
}

function image_off_tg_7 (position) {
   var doc = eval("document.imagetg_7" + position);
   doc.src = imageFiles_tg_7[position][0];
}

