var fDesc=new Array(); fDesc[1] = "airplanes, the improvement of the multiplayer support , including the possibility of two players flying a single airplane, and the occupation of the control tower. The 11.0 version brings some improvements and enhancements to the already successful flight simulator."; fDesc[2] = "stands for Virtual Network Computing, and it uses 2 small programs: Server and Viewer. The Server handles the service, and \"serves\" the access to the host computer. The Viewer, is used to access the computer where the server is installed and configured."; fDesc[3] = "application is to combine the spontaneity of sketching by the hand with the power of digital tools, and achieve it with awesome and powerful tools and an intelligent guided process that makes everything really easy."; fDesc[4] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; fDesc[5] = "features three levels, beginners, intermediate and advanced.It provides an enjoyable way for us to improve our speed and accuracy while travelling along the world, visiting the Wild West, Erik the Viking and the Sea Adventure."; fDesc[6] = "free from stress and physical disorders. Finding a good gym and a good instructor is not the only way to stay fit if we have our own workout equipments and a very reliable pocket instructor in applications such as this great application."; fDesc[8] = "wanting to learn and practising touch typing with both speed and accuracy.We can buy the product on-line and save money if we select the \"Download\" option."; fDesc[10] = "ToolBook you will be able to create learning wizards that can be used under any operating system, web browser, mobile phone and device. You can do this because the final result will be deployed in DHTML, a format that can be read by most operating systems."; fDesc[12] = "of the chess players in XIX and XX centuries. This compact opening manual contains a detailed classification, which makes it useful to players of any level - beginners, intermediate and advanced players. Each opening variation is supplied with evaluations and characteristics of the key moves. The history of the variations' development is perfectly described, as well as their current status. The theoretic material is nicely illustrated by classic games with detailed annotations that demonstrate the principal ideas and plans of each variation for White and Black. The material presented here was selected by the ICCF grandmaster Kalinichenko. The program allows users to add, edit and print the chess material, to analyze positions and to play against the built-in Crafty, Delfi and Dragon programs, to find games and positions according to complex criteria, to find the strongest moves in the..."; fDesc[13] = "create exams and tests for any classroom situation. Three PrimeExam products are priced to meet your teaching needs and pocketbook."; fDesc[14] = "Windows’ operating systems that enables users to take a virtual driving course and test in simulated European country’s cities, motorways, and country sides"; fDesc[15] = "application courses. ACCESS GRADER performs static analysis on Microsoft Access databases, comparing a student databases with instructor database."; 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 = '...'; } }