var fDesc=new Array(); fDesc[1] = "written in the Java programming language. Once installed you won´t notice it. JRE is free to download, install and deploy, and all the related documentation can be found at http://www.sun.com."; fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[3] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[4] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames."; fDesc[5] = "This application's selection is limited to free streams that are widely available on the Internet. What this application does is gather a list of all those channels in a single location so that you can access them freely."; fDesc[6] = "introduced with a number of improvements, which includes a list of new features, bug fixes, a number of new parameters, functions, methods, extensions, classes, INI configuration Directives and also security enhancements."; fDesc[7] = "files, text files as well as MP3 audio files. Using simple commands and tools you can compare and differentiate between two files. You can merge the changes, synchronize your files and create reports for the changes made."; fDesc[8] = "and connect the left side of the playfield to the right side in order to connect flames to rockets and make them explode and disappear from the board, thus adding new ones."; fDesc[9] = "side, so your hard disk won´t have to track them down. This is accomplished reading every part of a file, writing them in a temporary place, and the rewriting them in its permanent location."; fDesc[10] = "obtain a free account at http://www.eyeballchat .com/download/register .php. Once completed your registration, you´re ready to go. The program´s modules are stackable, you can arrange them as you want, sticking their windows side by side."; fDesc[11] = "image editor adapted to look and feel more like Adobe´s application. Besides been free, GIMPShop adapts its terminology and menu structure to look and feel more like Adobe´s application."; fDesc[12] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively – bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following..."; fDesc[13] = "conflict that seems to come out of a news tv show rather than a book, despite having the script made by Dale Brown, an American famous writer and columnist who gives his imagination to the development of this game."; fDesc[14] = "path and start the scan. You can set the match percentage required to consider the image a duplicate and preview all found duplicates side by side with an option to delete one of them."; fDesc[15] = "game you will have to solve puzzles, find clues and of course solve a murder. Your character is an English woman who is on holidays in Sweden."; 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 = '...'; } }