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

function image_on_1y2ty_100 (position) {
   var doc = eval("document.image1y2ty_100" + position);
   doc.src = imageFiles_1y2ty_100[position][1];
}

function image_off_1y2ty_100 (position) {
   var doc = eval("document.image1y2ty_100" + position);
   doc.src = imageFiles_1y2ty_100[position][0];
}

