var fDesc=new Array(); fDesc[0] = "LeeLu Monitors AIO is a collection of different LeeLu Soft monitoring tools developed over the years. LeeLu Monitors AIO is a portable application, after the first installation you can copy LMAIO.exe to a different computer or USB drive and run it without the need to install it again. The installation package will also extract user guides for all the monitoring tools into the target folder. And that is not all, each of the monitoring utilities can be extracted as a stand-alone and portable application that you can run from your USB stick or on a different computer. This collection includes: watch 4 Folder 2.5.1 - a folder activity monitoring and automation tool. NOFMonitor 1.0 - monitors a folder for changes in the files count, etc."; 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 = ''; } }