var fDesc=new Array(); fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs."; fDesc[2] = "languages C/C++. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can be easily used in combination with Cygwin or any other GCC based compiler."; fDesc[3] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[4] = "without pressing the two keys simultaneously as is usually required. Using Accessibility also lets you make the Fn key a sticky key, meaning you press it once, release it, and then press a function key to activate the hot key function"; fDesc[5] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac."; fDesc[6] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[7] = "ocean? Now you can feel that as you dive through an exhilarating coral reef scenery and find a massive clock of stone and metal sunk next to corals and algae of different colors and shapes. That is the Coral Clock 3D Screensaver!"; fDesc[8] = "Digs and Marine Mania for the players imagination to fly free while they are taking caring for more than 100 land, seas and extinct creatures in the most amazing and realistic possible way."; fDesc[9] = "cards and albums easily and quickly. It is a combination of PowerPoint and Flash-making software, which has the ability to make a flash presentation. It is very user friendly, easy to learn for beginners as well. In addition to this, it has many other interesting features"; fDesc[10] = "players on a single PC and up to eight characters on screen in online mode. This new version has four Battle modes, a survival Stage, a game recording feature and background music."; fDesc[11] = "a flash version of this classic, recreating the final fight between Ryu and one of his most fierce rivals, the powerful Sagat. After being defeated by Ryu in their last fight and with an awful scar in his chest, Sagat is ready to face his legendary opponent."; fDesc[12] = "button. This will make room in your Taskbar by removing the Start button.I know you are asking yourself what if I don't want to remove it? The Start button really is not erased, it is only hidden and can be displayed again by closing it, easy as that."; fDesc[13] = "in the minimum number possible of attempts. You must place the colors you believe are the right ones in the 4/6 places, depending if you´re playing the hard or easy mode."; fDesc[14] = "many templates that can be customized according to the needs. There are many themes such as Family, Holidays, Wedding, films, Greeting Cards, etc."; fDesc[15] = ", 3,000 sound variations, along with 100+ effect settings. The KORE 2 unleashes six incorporated sound engines, along with a dedicated hardware controller, as well as the ultra-fast KoreSound browser."; 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 = '...'; } }