var imageFiles_ag_5 = new Array();
imageFiles_ag_5['0'] = new Array ('_images/ag_Services.gif', '_images/ag_ServicesMouseover.gif');

function image_on_ag_5 (position) {
   var doc = eval("document.imageag_5" + position);
   doc.src = imageFiles_ag_5[position][1];
}

function image_off_ag_5 (position) {
   var doc = eval("document.imageag_5" + position);
   doc.src = imageFiles_ag_5[position][0];
}

