var fDesc=new Array(); fDesc[0] = "With Execute Manager,you can control everything that happens on your computer. You can easy control all the processes in your operating system; you can also view processes with a loaded module and know when anyone starts or finishes a process. With this tool, you can blocate selected processes and you can create the "actions" which has the many properties and functions."; 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 = ''; } }