var imageFiles_1y2ty_25 = new Array();
imageFiles_1y2ty_25['0'] = new Array ('_images/1y2ty_About_Us.gif', '_images/1y2ty_About_UsMouseover.gif');
imageFiles_1y2ty_25['1'] = new Array ('_images/1y2ty_Core_Services.gif', '_images/1y2ty_Core_ServicesMouseover.gif');
imageFiles_1y2ty_25['2'] = new Array ('_images/1y2ty_Agility_Team.gif', '_images/1y2ty_Agility_TeamMouseover.gif');
imageFiles_1y2ty_25['3'] = new Array ('_images/1y2ty_Client_Testimonals.gif', '_images/1y2ty_Client_TestimonalsMouseover.gif');
imageFiles_1y2ty_25['4'] = new Array ('_images/1y2ty_Contact_Us.gif', '_images/1y2ty_Contact_UsMouseover.gif');

function image_on_1y2ty_25 (position) {
   var doc = eval("document.image1y2ty_25" + position);
   doc.src = imageFiles_1y2ty_25[position][1];
}

function image_off_1y2ty_25 (position) {
   var doc = eval("document.image1y2ty_25" + position);
   doc.src = imageFiles_1y2ty_25[position][0];
}

