var imageFiles_u3_3 = new Array();
imageFiles_u3_3['0'] = new Array ('_images/u3_Partners.gif', '_images/u3_PartnersMouseover.gif');

function image_on_u3_3 (position) {
   var doc = eval("document.imageu3_3" + position);
   doc.src = imageFiles_u3_3[position][1];
}

function image_off_u3_3 (position) {
   var doc = eval("document.imageu3_3" + position);
   doc.src = imageFiles_u3_3[position][0];
}

