var fDesc=new Array(); fDesc[1] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established."; fDesc[3] = "graphics and physics are excellent. However the developer of the game, SimBin, has already released the newer evolution of the series."; fDesc[4] = "dangerous catacombs, you have to quickly catch the pets while avoiding contact with the evil creatures. Magic Pets is extremely fun and besides it has freeware license."; fDesc[5] = "system recovery."; fDesc[6] = "functions and features, it can help composers, students, and music teachers to easily create and edit melodies by means of a flexible score editor. Using its own built-in synthesizer that works even in computers with basic sound cards, HA is able to reproduce the melody we are creating."; fDesc[7] = "to create, render, and print music. Melody Assistant integrates a wide array of tools that will make the process of creating music easier and precise."; fDesc[8] = "Trados Translator's Workbench 8.0, SDL MultiTerm 2007, SDL Trados WinAlign, and SDL Trados TagEditor and Filters. All of this applications serve a different need."; fDesc[9] = "due to the fact that it allows the translator to do a lot with it. TRADOS assists the user in translating any text, but is more successful in texts that are similar to each other. For example, in translating a text with many similarities, TRADOS will constantly..."; fDesc[11] = "For this application to work you have to install both this and Skype. Once you have gone over the configurations, you can start benefiting from the translation. All your incoming messages will appear on SkypeTrance"; fDesc[12] = "windows, the tools are the same ones.Although distributed in shareware, RealCADD has functions identical to certain sold much expensive commercial programs.For example, automatic attractions, quotations, a module of reading and writing DXF, the hatching and even the hatching combined several objects, dotted lines that RealCADD manages uninterrupted on the length developed of the rectangles and polygons and not only from node to node, multiple duplication, the cut and/or prolongation of lines."; fDesc[13] = "instance, the application has its own scripting language that is very similar to the BASIC programming language, and it will let you create small programs, develop interactive multimedia tutorials and create interview systems assisted by the computer."; 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 = '...'; } }