var fDesc=new Array(); fDesc[0] = "When your Lotus Notes client crashes you normally have to reboot your PC. It's very annoying. Well.. this program allows you to clean up the Windows processes that hang around when your Lotus Notes client crashes so that you can start Lotus Notes again without restarting your PC.
Features:
- Start Lotus Notes again without restating the PC.
- Can be used to stop a frozen Lotus Notes program.
- Suitable for R5, R6 & R7 clients."; 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 = ''; } }