var fDesc=new Array(); fDesc[1] = "the year 1960 of an alternate history. Your plane crashed just in the middle of the Atlantic Ocean and you're the only survivor."; fDesc[2] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[3] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[4] = "it is to use! Everything is \"drag and drop\". No need to know HTML or any other techie language, its as easy as painting by numbers!"; fDesc[5] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[6] = "the finished page will look exactly the way it was designed. All you have to do is to point and click on desired functions, creating a web page without learning HTML."; fDesc[7] = "features wonderful graphics, well-made effects, and good sounds. For those who have never played this game, it is basically a fighting game in which Men and Beasts try to demolish each other using low-tech weapons and colorful spells."; fDesc[8] = "applications and lots more, without even knowing bare basics of programming. It comes with many impressive features facilitating the user to create small size stand alone apps, such as games, installation programs and similar things without spending lot of time."; fDesc[9] = "directories, really handy), package builder and more. Unfortunately, doesn't work on Microsoft Windows Vista."; fDesc[11] = "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[12] = "installations with uninstall control and feedback, access to registry keys, INI files, etc."; fDesc[13] = "Auto) games series. This Application can be used for GTA3, Vice-City and San Andreas. It can also be used partially for the LCS and VCS."; fDesc[14] = "from the context menu. You can change icons of the selected folder to any other folder selected by you. Even if you connect your hard disk to another computer, the icons will stay the same way you changed them and they won’t get back to how they were before."; fDesc[15] = ", PSD, WBMP, GIF images. Create and manage icon libraries. Create and store images with several layers."; fDesc[16] = "programming experience is necessary! Just click and drag your mouse a few times, and like magic you can build a menu which will pop up when your disc is inserted into the drive. From the menu you can launch applications, open documents, play movies, and do much, much more. This is the simple, elegant solution to your disc creation needs."; fDesc[17] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface."; fDesc[18] = "program, but includes advanced customization options so we can enjoy a menu of absolutely professional installation. The program has an interface that emulates the Windows Explorer."; 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 = '...'; } }