var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "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[4] = "manufacture of chocolates. You’ll have to learn to produce chocolates, get recipes, negotiate with dealers, and go travelling around the world to get some exotic ingredients and hard-to-find recipes. It's a strategy game in which you will be receiving several missions to accomplish."; fDesc[5] = "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[6] = "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[7] = "After download iMacros, when we open can see a panel in the left side of the program and in the windows we can see a tutorial for learn how to use the program."; fDesc[8] = "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."; fDesc[9] = "southern Russia early the thirteenth century. The leader of this land was one of the sons of Genghis Khan, Batu, who led the \"Blue Horde\" from the east and gradually added more territories until founding the notorious Golden Horde. All this happened in the Crusaders time."; fDesc[10] = "software developers, web designers and other professionals."; fDesc[11] = "moving your mouse continuously from side to side. With this small program you won't have to drag your mouse all across the desktop anymore, since wh"; fDesc[12] = "Double-click to open a pair of side-by-side Explorers. Menu Builder creates custom configurations. Hide/show sessions. Unicode/UTF-8."; fDesc[13] = "closes competitor, the operative system Mac OSX, Expose is a great addition to Windows Vista. My Expose shows you all your windows opened side by side when you activate it."; fDesc[14] = "regions: the Local user PC directories appear on the left side and the Remote server structure on the right side of the interface. Both include their own buttons for making a New Directory, Rename or Delete files or folders."; 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 = '...'; } }