var imageFiles_af_55 = new Array();
imageFiles_af_55['0'] = new Array ('_images/af_Locations.gif', '_images/af_LocationsMouseover.gif');
imageFiles_af_55['1'] = new Array ('_images/af_Exchange_Policy.gif', '_images/af_Exchange_PolicyMouseover.gif');
imageFiles_af_55['2'] = new Array ('_images/af_Claim_Tax_Deduction.gif', '_images/af_Claim_Tax_DeductionMouseover.gif');

function image_on_af_55 (position) {
   var doc = eval("document.imageaf_55" + position);
   doc.src = imageFiles_af_55[position][1];
}

function image_off_af_55 (position) {
   var doc = eval("document.imageaf_55" + position);
   doc.src = imageFiles_af_55[position][0];
}

