var fDesc=new Array(); fDesc[1] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly."; fDesc[2] = "numerous registry errors, and thus can be dangerous for recognizing just unusual system information as error and deleting it (causing real system errors). Allows to make backups of registry states before cleaning."; fDesc[3] = "of the pocket watch made by Abraham-Louis Breguet, who has been called the greatest genius of watch making in history. You will feel the urge to reach in the water and grab it yourself to solve the mystery of the never-stopping watch!"; fDesc[4] = "that rely on the virus and malware protection. The Suite offers complete security and peace of mind."; fDesc[5] = "supports almost all video & audio formats and disks such as DVD, VCD, RM, ASF, WMA, WMV and MOV etc. Online playback function supports streaming media. Main Features: Video formats supported Disc: DVD/VCD/SVCD/DVCD/CVD/ DCVD, unusual discs without file Files: VOB /DAT/MPG/MPV/M1V/M2V/M PEG/HDTVRM/AVI/ VBS etc."; fDesc[6] = "of its different levels. The game is set in a universe where strange plants live and struggle for supremacy. You should control the seedlings and the asteroids; also there are competing colonies of seedlings that you should destroy in order to win the game."; fDesc[7] = "and XVID. All these converted files can be saved on to the hard disk for latter use. Further assuring unusual picture and sound quality, it will help the user to get professional quality output with great speed, take out and save images as jpg or bmp formats and much more."; fDesc[8] = "and accuracy, and is targeted at beginners and those with some experience alike. This free program is extremely easy to use and includes exercises for all levels of skill."; fDesc[9] = "conference in Egypt visits a museum, there she learns about an eerie ancient Egyptian story about a princess named Annabel just like her. We will have to help Annabel and to make our best to be able to go through all the puzzles and traps."; fDesc[10] = "Arkanoid. There are many ships, and each ship has it's on special ability. \"Recall\" will let YOU control the ball! Also there are much new balls you can unlock, by collecting all the rings in each level."; fDesc[11] = "your desktop or whatever application you have open in a very unusual way. The whole screen will look as if it were painted on liquid, or as if it were a reflection on a lake or something similar."; fDesc[12] = "deflect the plasma sphere, but you really need to evade the alien shells and missiles to survive."; fDesc[13] = "characters and symbols into any application. What it does, is helps you find and insert those characters, like ©, ™, accents, umlauts, currency signs, and more, which are sometimes necessary but not always easily found or accessible."; fDesc[14] = "The object of the game is to maximize your score in placing the falling blocks or triangles into lines."; fDesc[15] = "a precision reproduces all its colors, add to it some music and an unusual design and you will get the game you will never forget!"; 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 = '...'; } }