var fDesc=new Array(); fDesc[1] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly."; fDesc[2] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation."; fDesc[3] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[4] = "The System Information contains seven TABS for the Video, Audio, Network, Processor, Memory, Motherboard and BIOS information and Summary of all the hardware on the computer. The Boot Options allows the change of Boot order."; fDesc[5] = "if necessary. It also shows you some important data about your hardware. SpeedFan 4.33 gets info from digital temperature sensors and internal chips of some components."; fDesc[6] = "if any problem with these components is found. It is a must have utility for any who want his computer to be in a healthy state everytime."; fDesc[7] = "PC. The data appears classified in three big groups, Software, Hardware and Network. Within each of them there are several sections that specify details about the processor, motherboard, printer, operating system, video drivers, libraries, etc."; fDesc[8] = "system, CPU, BIOS, graphic interface, memory, and so on. The program's interface is divided into seven tabs, each one giving comprehensive information on one particular item: CPU, caches, mainboard, memory, SPD, graphics, and program information."; fDesc[9] = ", WinBond W83783S, WinBond W83627HF, Asus AS99127F, GL518SM, GL520SM, ADM9240, ADM1021, ADM1020, MAX1016,MAX1016a, FMS..."; fDesc[10] = "show you all the details regarding your hardware, such as your motherboard´s manufacturer, model, serial number and BIOS; your processor´s manufacturer, version, voltage, frequency; how much memory your system has, and more."; fDesc[11] = "etc.). And get a report with their main characteristics. Shows details of the hardware. Makes a rigorous comparison between PCs and other computers configured by default. It is also noteworthy that the program detects the latest technologies."; fDesc[12] = ", bugs and defective components. It is a burn-in test with uniquely designed state of the art DefectTrack engine."; fDesc[14] = "motherboard, CPU, hard discs, etc.) voltages and fan speeds. It provides a lot of info regarding your hardware components with graphics that show the current temperatures, fans and voltages"; fDesc[15] = "you have to go to several locations to find such information, for example, your control panel, BIOS features and system properties, which is really time consuming. Smart System Informer proves to be a useful application here."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }