var fDesc=new Array(); fDesc[1] = "applications which allow you to create visually rich, engaging content for any media whether it is related to print, web, interactive, video, audio, and mobile."; fDesc[2] = "background of the game is such that, you are the head of an international team of skilled explorers who are on a classified mission. In this mission you are provided with 76 challenging levels where you have to unfold the secrets of the long lost fabled continent."; fDesc[3] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[4] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics."; fDesc[5] = "effects and realistic animations of colored fishes in their tanks. It includes about fifteen different colored fishes, superbly illustrated, and with amazingly realistic animations."; fDesc[6] = "Version or the Professional Version of the program. This review is based on the Home Version, and the indicated price belongs to the Home Version too."; fDesc[8] = "lot of handy features, it's really comfortable the work with complex files thanks to their unique \"nudge\" and \"change to\" operations."; fDesc[9] = "assets for effortless retrieval and presentation. Expression Media makes digital asset management easy—just drag and drop to import more than 100 different media formats, including digital RAW files."; fDesc[10] = "The dictionary contains over 250,000 words, including historical figures, slang and jargon. The program suits perfectly for visually impaired or blind computer users."; fDesc[11] = "xhtml or Javascript. The program's interface is pretty nice and easy to use, and the most important thing, it generates strict xhtml compliant code."; fDesc[12] = ", then you should go for Uconomix SnapLogger. Uconomix SnapLogger is computer activity logging application which periodically takes screenshots of your computer. It is a very useful utility to keep track of daily activities especially dealing in time based projects."; fDesc[13] = "combining bodies, joints and wheels with working suspensions. Compile and sell your projects royalty free."; fDesc[14] = "with your audio files, it will save a lot of your time. The program includes an audio file mixer and a tag editor among other useful tools. It also gives you the possibility to record Mp3, WMA, FLAC and WAV streams."; fDesc[15] = "the game is able to create and environment only with the sound engine. It allows players to guide themselves only by sound. This game is a great achievement and shows what software for the visually impaired can do."; 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 = '...'; } }