var fDesc=new Array(); fDesc[1] = "master the blind typing method. The features of the program are the easy and stylish interface, the sequential learning process with free choice of the program modes, the background music and the user-friendly help."; fDesc[2] = "perfectly with realistic water and soothing music Koi Fish 3D Screensaver is the ideal door to a world of immense calm and relaxation, where you can escape from the daily worries at least during those precious moments of your break."; fDesc[3] = "Classic, Word, Math and Shuffle Mah Jong. The tiles can be presented in 6 different layouts. In the registered version you'll be able to create your own layouts!"; fDesc[4] = "day in order to succeed at business, or in sports, exams or job interviews, negotiating or dating. Be a winner in any situation!"; fDesc[5] = "mouse cursor. This application is very easy to use. Just select an area of the screen or a window you want to record and click on the start recording button. You can stop the recording at any time using Ctrl+Del buttons."; fDesc[6] = "the readable format of your choice (Word, Excel, PDF, RTF, TXT, PDF, or HTML). It can capture any photograph directly from your digital camera, and open almost any image file in your system. It can recognise text in many different languages, including double-byte characters."; fDesc[7] = ", cataloging, classifying, synchronizing, and checking the validity of, let us say, hundreds of bookmarks. This comprehensive tool allows you to add loads of extra information to each of your valuable bookmarks, and to organize them in customized databases."; fDesc[9] = "designed with the novice in mind -- not just the novice investor, but the novice computer user. We've included many features to allow easy, efficient analysis of stocks, as well as importing of data, web interface and much more. this program helps you identify good companies to invest in, as well as when to invest in them. The Investor's Toolkit is the official stock analysis program of the NAIC (National Association of Investors Corporation). It automates procedures that NAIC investors have performed with incredible results for nearly half a century. If you've ever invested according to the NAIC philosophy and methods, then you'll appreciate what this software enables you to do: perform the same analysis in ten easy minutes that used to take you over an hour."; fDesc[11] = "on how to perform the excercises, as well as Flash-animated sequences showing each one of the 22 Yoga postures. You must have Flash player installed in your computer or PDA for viewing correctly those sequences."; fDesc[12] = "method to learn fast and REMEMBER what you learned. Is this an ebook? Is this a philosophic treatise? Find out by yourself!"; fDesc[13] = "functions, CYCAS offers special elements and techniques for architectural design. Therefore, you can easily design and draft your ideas. Developing professional 2D presentation of your design is worked out as fast as and as effective as illustrating your design 3 dimensional. CYCAS enables intuitive and uncomplicated handling of 2D and 3D elements. Elements, such as walls, windows, doors and units are designed to help you to develop a 2D drawing and, at the same time a 3D model of your design is built up. This 3D model can be altered in several projections. In various perspective views you may create line graphics or hidden line graphics. CYCAS exports its 3D data as DXF, POV (POV-Ray) and as Lightwave object format or as RPL (Real3D). Therefore, you can quickly arrange a high quality presentation of your design. CYCAS adheres to the philosophy of simulating architectural drawing using..."; 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 = '...'; } }