var imageFiles_ft_4 = new Array();
imageFiles_ft_4['0'] = new Array ('_images/ft_Home.gif', '_images/ft_HomeMouseover.gif');
imageFiles_ft_4['1'] = new Array ('_images/ft_Services.gif', '_images/ft_ServicesMouseover.gif');
imageFiles_ft_4['2'] = new Array ('_images/ft_Capabilities.gif', '_images/ft_CapabilitiesMouseover.gif');
imageFiles_ft_4['3'] = new Array ('_images/ft_Testimonials.gif', '_images/ft_TestimonialsMouseover.gif');
imageFiles_ft_4['4'] = new Array ('_images/ft_Contact_Us.gif', '_images/ft_Contact_UsMouseover.gif');
imageFiles_ft_4['5'] = new Array ('_images/ft_Links.gif', '_images/ft_LinksMouseover.gif');

function image_on_ft_4 (position) {
   var doc = eval("document.imageft_4" + position);
   doc.src = imageFiles_ft_4[position][1];
}

function image_off_ft_4 (position) {
   var doc = eval("document.imageft_4" + position);
   doc.src = imageFiles_ft_4[position][0];
}
