var fDesc=new Array(); fDesc[1] = "are stored in a single text-based ini file. The information is shown in yellow rectangular windows. Once you´ve take som note on them, they will stay on screen (even after reboots) until you take them away, just like a post-it."; fDesc[3] = "multilingual interface; MPEG1,MPEG2; constant, variable, average bitrates (8-320 kbps); flexible settings."; fDesc[4] = "folders and files, Rename files in recursive subdirectories, Shell Integration (right click on a folder in the explorer to start Lupas Rename on these folder) , Instant Preview (Optional) , Undo the last rename operation,"; fDesc[5] = "album information (artist, title, and track list) in the Freedb Internet database, retrieve it and fill out the label for you."; fDesc[6] = "pretend to have the ultimate mp3 or audio solution, but it will most likely fit somewhere into your mp3 playing experience. As a player, as a tag editor or as an organizer. It will always give you a quick way of doing common tasks. SoundBase is a single executable file, that can be put in any directory. Only after it starts it will create a database and an ini file in the same directory it is started from. SoundBase doesn't use any registry settings, nor does it require a skinfile, so you can also use soundbase if you have only limited access rights, or user control over your pc."; fDesc[7] = "the same as any regular PHP files. The extension also optimizes your regular php scripts and make them run up to 10 times faster and the encoded PHP files to almost double the speed. Zend Optimizer has a cross-platform compatibility and supports both php4 and php5."; fDesc[8] = "applications like Adobe, AVG antivirus, Microsoft Office and many others with a great design different from original ones. This program is simple and easy to use."; fDesc[9] = "change the location of any installed program to the same drive and new folder or to a new drive. It can also change settings of shortcuts and registry values."; fDesc[10] = "Virtual Serial Port Driver is installed, for applications involving GPRS devices, user PC can be set to operate in TCP Server mode, initializing the connection when sending RS232 data to the remote port, the converter sets the serial connection."; fDesc[11] = ", spyware and extraneous programs that do nothing but slow down your startup time."; fDesc[13] = "more easily and quickly."; fDesc[14] = "You can use many file filter options to search for INI files and change their values in ini sections."; fDesc[15] = "players, set up maps and create your INI file."; 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 = '...'; } }