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

function image_on_u3_7 (position) {
   var doc = eval("document.imageu3_7" + position);
   doc.src = imageFiles_u3_7[position][1];
}

function image_off_u3_7 (position) {
   var doc = eval("document.imageu3_7" + position);
   doc.src = imageFiles_u3_7[position][0];
}

