var fDesc=new Array(); fDesc[1] = "to support information. Technical data is gathered for the products supported by this tool and is used to identify the product. Product Identification is followed by display of useful support information for maintenance and troubleshooting."; fDesc[2] = "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[3] = "itself to all the devices. According to the publisher, it is updated at least once a month. The application detects the installed hardware, displaying all the information. It analyses theCPU, RAM, Disks, drivers and graphic card, etc."; fDesc[4] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard."; fDesc[5] = "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[6] = "offline! Serials 2000 7.1 version contains about 6 lakh serial entries! Now, installing software using these serial numbers available is illegal. But almost all home users are using pirated / cracked software or games!"; fDesc[7] = ", FLASH and PIC's using user friendly tools and multiple programmer types. Ponyprog supports AVR, SPI eeprom, AVR micro, 12C bus 8bit eeprom, PIC 16 micro, PIC 12 micro, AT89S micro and SDE2506 eeprom family chips."; fDesc[8] = "professional looking GUI applications, that can be run on Windows. Express Edition is a version that Microsoft distributes freely. Anyone can download and install it without serial number. Its like a developer/learning version."; fDesc[9] = "that you may need this information some time. But don't worry, now you have the opportunity to have a versatile database perfectly organized with detailed information about your programs."; fDesc[10] = "safely. Serial Key Manager 1.8 does not hold its own database. Instead, it creates registry entries which it reads on startup. Those hold your serial numbers. This is a rather double-edged approach."; fDesc[11] = "use with the house builder wizard to build your space with all the specifications you desire. You can add walls, colors, furniture, lighting, landscapes, plants, shrubs, trees, pathways, etc. It includes a lot of libraries. Also you can create animation, calculate measurements and cost estimating."; fDesc[12] = "about information technologies. It was developed mostly for professional users. This is because of its very specific function. Using this tiny application you can change the volume serial number of any of your disk drives."; fDesc[13] = "generated and exported in order to keep track of these valuable findings. The program also allows you to change the Windows product key."; fDesc[14] = ", login details / usernames, serial numbers, unique keys, random number and more! Export to text, XML,HTML, CSV and Excel files."; 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 = '...'; } }