var fDesc=new Array(); fDesc[1] = "changing the value in memory that holds data like health shield, ammunition, etc. There are tables already made for the most popular games. All of these work with memory can be made easily with the help of the step by step work structure."; fDesc[2] = "criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit."; fDesc[3] = "shows all the key indicators and their values on the Hard Drive Disk and indicates the general Health Status according to the values retrieved by the utility."; fDesc[4] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results."; fDesc[5] = "and power management functions. It works under Vista, supports USB hard disks and uses S.M.A.R.T. to give detailed reports on disks health."; fDesc[6] = "user can also choose between five levels of complexity - from Easy to Extreme. Each puzzle is generated randomly so there is an almost limitless selection."; fDesc[7] = "RegEdt32, Registry Workshop adds many powerful features that allow you to work faster and more efficiently with registry related tasks."; fDesc[8] = "(Konica Minolta), PEF (Pentax), ORF (Olympus) and RAF (Fujifilm) Uses ExifTool from Phil Harvey for writing data Shows existing geo coordinates and tracks on embedded Google Maps map (requires internet connection) Setting geo data by using embedded Google Maps map (requires internet connection) or by entering known values for coordinates and altitude directly Automatic filling of location IPTC fields and altitude values (requires internet connection) Editable IPTC data (IPTC-NAA/XMP) Possibilty to change taken date of images Synchronization with track files (NMEA, GPX, PLT and Sony LOG) Synchronization with already geo tagged images with buddy images (e.g. between RAW images and their corresponding JPEG images) Localizable user interface - English, German, French, Italian, Swedish, Czech, Spanish, Danish, Dutch and Russian language is available at the moment"; fDesc[9] = "advanced tool that enables you to control registry values. Using it, you can easily edit, delete copy/paste registry values, and also export, search, backup and restore a complete registry."; fDesc[10] = "between the input signal and the luminance of a monitor. The usual values for gamma level are between 1.4 and 3.2, being 2.2 the most standard value."; fDesc[11] = "object files (.sol). This incredible program displays the content of the file and allow you to change the values. Moreover, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze."; fDesc[12] = "tool scans all the registry values and verifies them; all these registry keys are listed and you can select all or some of them to fixed or removed to keep the good health of your registry. PCAnalyzer works on Windows 98 or higher platforms; its GUI is very easy and friendly to users."; fDesc[13] = "colors into the boxes provided. Or, if you need to color code a resistor, you can input your values and the program will provide you with the correct color code."; fDesc[14] = "color picker has a small and compact Windows-style interface that couldn't be easier to understand, and you can even set your own hot keys to select your colors and values from the program's icon while it sits unobtrusively in your taskbar."; fDesc[15] = "at once, replacing text, characters, decimal or hexadecimal values. As the program does not need to load an entire file into the memory, you can edit very large files with no memory compromise. You can replace just one value, or several values."; 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 = '...'; } }