var fDesc=new Array(); fDesc[0] = "Interim Fix for IBM Lotus iNotes 8.5.2 Fix Pack 2 ActiveX MSI installer is designed specifically for Domino servers running 8.5.2 FP2.

In Lotus Domino 8.5.2 Fix Pack 2 (FP2), the MSI installer for the Lotus iNotes ActiveX controls fails to install the correct components, though it appears to do so. After using the MSI installer on a client machine, if you view the 'Downloaded Program Files' directory, you will see the appropriate .dll and .cab files, but you will still be prompted to install the ActiveX controls upon logging in to iNotes."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }