var fDesc=new Array(); fDesc[0] = "Easy File and Folder Watcher lets you watch monitors activity in folders on your PC. Because the program is fully integrated with Windows internal activities it is inactive until a change occurs in a watched folder - thus minimising impact on system performance. You specify what types of changes to monitor (eg. when a file is deleted or renamed) and what to do when the change occurs (display an alert or run a program). Common uses of the program include monitoring incoming file areas on network servers."; 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 = ''; } }