var fDesc=new Array(); fDesc[1] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work"; fDesc[2] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject."; fDesc[3] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[4] = "Microsoft Office applications. It includes the following applications: Learning Essentials for Students Learning Essentials for Teachers Learning Essentials Content Development Kit It mainly contain a lot of templates to help students and teachers in school / office work."; fDesc[5] = "Using this software, you will have access to a lot of different typing exercises that will improve your skills. The program has got a friendly interface that will guide all users on how to complete the lessons."; fDesc[6] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one."; fDesc[7] = "Internet. It is password protected, so that is the first good feature of the software. Your kids will only be able to access the PC when you want. You can set the programs that your kids may use, as well as the time when they can use them."; fDesc[8] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast."; fDesc[9] = "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[10] = "effective way. This multi-user application is highly recommended for those people who want to prepare their GMA, GRE, SAT admission tests or TOEFL examination test. This program is suitable for native and international students alike, or anyone interested in expanding his/her vocabulary."; fDesc[11] = "LMS systems. This courseware and application framework conforms to standards of the AICC and ADL SCORM. You can import content from MS-PowerPoint and integrate it with other multimedia content"; fDesc[12] = "of some words. The two modes of the program – the teaching words mode and the spelling mode – allow children to see images depicting words, to listen to pronunciation and to learn spelling, so both audio and visual perception is engaged simultaneously."; fDesc[13] = "pronunciation in a foreign language. It offers you a complete system for learning words through a flashcard based system. The flash cards come with picture and sound. The deluxe version of the software adds pronunciation practice and mobile support."; fDesc[14] = "huge of common words, phrases and strange words with their meanings. Most importantly for the users, there is an animated agent to speak all such words."; fDesc[15] = "wizard. The learning modules are composed of flashcards that can contain audio, video, and images, and also examples of any type. The software comes with two ready to use learning modules, one about languages and other about world capitals"; 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 = '...'; } }