var fDesc=new Array(); fDesc[0] = "What's Running is a product that gives you an inside look into your Windows. Processes Inspect your processes and find all the relevant details that you need! Get performance and resource usage data such as memory usage, processor usage and handles. Also you get all details about what dll:s are loaded, what services are running within the process and what IP-connections each process has."; 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 = ''; } }