var fDesc=new Array(); fDesc[0] = "Kiwi application monitor is a small program which lets you monitor your applications/processes, Windows and User activity. It's freeware and without any spyware or adware. All you need to do is select an application or proccess from the build-in process viewer or enter an application's executable name. The program can be set to start with Windows and run in background with small system resources usage. KAM can inform you of certain events and take defined steps so you can automate almost everything imaginable on your computer!"; 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 = ''; } }