var imageFiles_ft_151 = new Array();
imageFiles_ft_151['0'] = new Array ('_images/ft___Map_to_Office.gif', '_images/ft___Map_to_OfficeMouseover.gif');
imageFiles_ft_151['1'] = new Array ('_images/ft___Testimonials.gif', '_images/ft___TestimonialsMouseover.gif');
imageFiles_ft_151['2'] = new Array ('_images/ft___Nutriphysical.gif', '_images/ft___NutriphysicalMouseover.gif');
imageFiles_ft_151['3'] = new Array ('_images/ft__Buy_Supplements.gif', '_images/ft__Buy_SupplementsMouseover.gif');
imageFiles_ft_151['4'] = new Array ('_images/ft___Order_Products.gif', '_images/ft___Order_ProductsMouseover.gif');
imageFiles_ft_151['5'] = new Array ('_images/ft___Weight_Loss.gif', '_images/ft___Weight_LossMouseover.gif');

function image_on_ft_151 (position) {
   var doc = eval("document.imageft_151" + position);
   doc.src = imageFiles_ft_151[position][1];
}

function image_off_ft_151 (position) {
   var doc = eval("document.imageft_151" + position);
   doc.src = imageFiles_ft_151[position][0];
}

