var imageFiles_ag_65 = new Array();
imageFiles_ag_65['0'] = new Array ('_images/ag_Explore_Our_Services.gif', '_images/ag_Explore_Our_ServicesMouseover.gif');
imageFiles_ag_65['1'] = new Array ('_images/ag_Helpful_Services.gif', '_images/ag_Helpful_ServicesMouseover.gif');

function image_on_ag_65 (position) {
   var doc = eval("document.imageag_65" + position);
   doc.src = imageFiles_ag_65[position][1];
}

function image_off_ag_65 (position) {
   var doc = eval("document.imageag_65" + position);
   doc.src = imageFiles_ag_65[position][0];
}

