var fDesc=new Array(); fDesc[2] = "not run on Windows NT4/ME/9x. Useful for people who needs to install Operating Systems all the time. Bart´s PE Builder 3.1.10 will give you a Win32 environment with network support, a graphical user interface and FAT/NTFS/CDFS filesystem support."; fDesc[3] = "options included on the original program through a graphical interface. This program is distributed as a Freeware program and is available in several languages."; fDesc[4] = "Player 6.4 or higher, Apple QuickTime 4.0 or higher, RealPlayer 8.0 or higher and DivX Codecs. The installation program checks if you have them installed. If not, it offers you to download and install everything needed."; fDesc[6] = "you leave behind when you´re in Internet, deleting History and cookies. You can even define your own optimization scripts. The program can be installed in English, Spanish, Italian, Portuguese and Dutch."; fDesc[7] = "This new version is faster than the previous ones, and there are many more Bible modules in different languages for downloading. If you are a Bible scholar, cleric or layperson seriously interested in studying the Scriptures, then you may like to try this program."; fDesc[8] = "WinPcap, a Windows Packet Capture Library, installed in your system. If you don´t have WinPcap installed, the installation program will install the 4.0.2 version for you."; fDesc[9] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents)."; fDesc[10] = "minimum effort and no script programming."; fDesc[11] = "very fast. The program has a main window (draw area), and 2 toolbars: 'Shape' and 'Surface'. You can play with them to get the desired effect. Then, save it as a bitmap or copy it to the clipboard."; fDesc[12] = "software developper and want to distribute / selle your program, you need to create an installation program also, so that people can easily install it. InstallShield is a great program for this. It is being used by many companies like Adobe, Corel, etc."; fDesc[13] = "executable files. This complete version of Install Maker follows the standards set for all installation programs. It has no limitations in functionality and has unlimited rights for both commercial and non-commercial uses."; fDesc[14] = "be able to translate English to German and German to English in an easy way. The program will look up the words you enter and will show you the results on the application's main window."; fDesc[15] = "users who like to download and install a variety of visual styles or themes for Windows XP. It only supports files with the .msstyles extension. You can also view a list of installed themes and delete some of them."; 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 = '...'; } }