var fDesc=new Array(); fDesc[0] = "System Explorer is free, awards winning software for exploration and management of System Internals. This small software includes many useful tools which help you Keep Your System Under Control . With System Explorer You get also fast access to File Database which help you to determine unwanted processes or threats.

Main Features:
- Detailed information about Tasks, Processes, Modules, Startups, IE Addons, Uninstallers, Windows, Services, Drivers, Connections and Opened Files.
- Easy check of suspicious files via File Database or the VirusTotal service.
- Easy monitoring of processes activities and System changes.
- Usage graphs of important System resources.
- Tray Hint with detailed System and Battery status.
- WMI Browser and System Additional Info.
- Multilanguage Support."; 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 = ''; } }