var imageFiles_9x_21 = new Array();
imageFiles_9x_21['0'] = new Array ('_images/9x_Benefits.gif', '_images/9x_BenefitsMouseover.gif');
imageFiles_9x_21['1'] = new Array ('_images/9x_Career.gif', '_images/9x_CareerMouseover.gif');
imageFiles_9x_21['2'] = new Array ('_images/9x_Special.gif', '_images/9x_SpecialMouseover.gif');
imageFiles_9x_21['3'] = new Array ('_images/9x_Opportunities.gif', '_images/9x_OpportunitiesMouseover.gif');
imageFiles_9x_21['4'] = new Array ('_images/9x_Testimonials_.gif', '_images/9x_Testimonials_Mouseover.gif');

function image_on_9x_21 (position) {
   var doc = eval("document.image9x_21" + position);
   doc.src = imageFiles_9x_21[position][1];
}

function image_off_9x_21 (position) {
   var doc = eval("document.image9x_21" + position);
   doc.src = imageFiles_9x_21[position][0];
}
