var fDesc=new Array(); fDesc[0] = "Sys Information is programmed to become a total system information provider, and also very fast and accurate software.
Key Benefits

Sys Information uses only little resources to retrieve system information compared to other system information providers. It also accurate in retrieving the information such as
* Retrieves Total Information of Hardware such as motherboard
CPU, BIOS, RAM.
* Retrieves Installed Software by using a smart retrieval method for
fast and accurate information
* Uninstall a software from Software Section
* Fast and Accurate Retrieval of Information.
* Retrieves information about Installed Hard disk using a Optimized
method for fast retrieval
* S.M.A.R.T gives sys information the current temperature of the hard disk.
Key Features
Smart Retrieval Method - It is a method used by Sys Information by retrieving information from WMI and display it. This method is used to retrieve the information more fast and accurately. The Software will not freeze while retrieving information.

Total Operating System information - The complete information about your operating System. This feature is minimized in some system information providers. But it is displayed fully in Sys Information.

Fast Information Retrieval - Sys Information uses optimized retrieval method to retrieve Information so it will be fast and accurate.

Automatic Updating Method - Sys information uses automatic updating method to display information so you don't have to worry, sys information will show you the live information.

Easy to Use Interface - Interface is very easy to use and clear for viewing information more clearly."; 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 = ''; } }