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

function image_on_tg_9 (position) {
   var doc = eval("document.imagetg_9" + position);
   doc.src = imageFiles_tg_9[position][1];
}

function image_off_tg_9 (position) {
   var doc = eval("document.imagetg_9" + position);
   doc.src = imageFiles_tg_9[position][0];
}
