var fDesc=new Array(); fDesc[0] = "Monitor processes, services, startup programs
Replace Windows Task Manager
Full information about processes including command line, DLLs that the program uses, inbound and outbound traffic, disk load, tray icon, performance graph, internet connections, Windows, threads, open files, etc.
Information about startup programs and services. Integrated database with Descriptions for 100 000+ startup programs, Internet Explorer toolbars and services
Information about drivers, Internet (TCP/UPD) connections
Icons in the system tray that indicate:
CPU usage (including a breakdown by application)
Hard drive temperature and disks activity (with per-application info)
Network inbound and outbound traffic
Laptop battery
Memory"; 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 = ''; } }