var fDesc=new Array(); fDesc[1] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor."; fDesc[2] = "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[3] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[4] = "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[5] = ", XPx64,Vista(32-bit) and Vista x64 based system. With NVIDIA nTune installed we can monitor, access and adjust our system. New features in this versión: it can control the fan of another computer and it supports new nForce chipset."; fDesc[6] = "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[8] = "ensure protection of the computer system, all its components and peripherals, and the data. If there is a power loss, the software automatically saves all the user files and safely turns off the computer in an orderly manner."; fDesc[9] = "the charge / discharge rate, diagnose problem battery cells and compare your batteries performance with expected discharge rates."; fDesc[10] = "facilitate the use of the 555 timer. Component value calculations for the 555 take into account the supply voltage and timer fabrication (CMOS or Bipolar)."; fDesc[11] = "that will really make you feel alive. You will start wondering in between a series of cables of different colors. They are scattered across the whole screen, against a dark background. Suddenly, a flash of light illuminates the scene for a brief moment."; fDesc[12] = "Sweep analysis, Pole-Zero calculation, multiple voltage probes, input impedance, real and ideal op amp models."; fDesc[13] = "circuits with inductive loads. It has two modes of operation. The first mode is depended on the input source voltage, frequency and readings of the current and wattage used. The second mode of operation is depended on the input source voltage, frequency and load parameters."; fDesc[14] = "and year. Calculate amperage, wattage, foot candles, much more."; fDesc[15] = ", circuiting, feeder sizing, fault current calculations, voltage drop calculations, and photometrics."; 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 = '...'; } }