var fDesc=new Array(); fDesc[0] = "NoVirusThanks EXE Radar Pro is a powerful anti-executable and application whitelisting program designed to monitor every process that is executed in your system. You can whitelist a process by secure MD5 file hash, comparing the command-line string, comparing the file location, you can whitelist a folder so every process located in that folder is allowed to execute and you can also whitelist a parent process so every process started by the parent process is allowed to run in the system."; 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 = ''; } }