var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[3] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[4] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[5] = "meet your exact needs. This has been done by taking care of the basic needs of every media player user - a player with custom hotkey settings, with numerous video and audio setting, with a flexible playlist and a simple user interface. Were they successful??? Find out yourself."; fDesc[6] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[7] = "drivers in one go. This application features a cool graphical user interface very easy to manage by everyone. We can schedule the program for automatic scan at a time interval, shut down the computer after the downloads have finished, reset to the previous state, save changes, and so on."; fDesc[8] = "functions and options. This software will display the information of the devices that it will use for the playback, unfortunately it will not display the information of the newest hardware in the version 4 (an old version) of this software."; fDesc[9] = "can download the free demo version and play it for 60 minutes. It features nice graphics and lots of different games and puzzles."; fDesc[10] = "trial version for free from the developer’s website. While installing we can choose the engine options and select high quality objects, high quality textures, mip-mapping, sound enable, joystick, joystick sensitivity, and video mode."; fDesc[11] = "functionality is very easy and has amazing features such as: You will never be worried anymore if the email you sent were received, because these email won’t be blocked like spam, you will have the opportunity to see an alert window when somebody opens your email message! Etc"; fDesc[12] = "maintain our drivers in perfect conditions. We can use this program to update and make a backup of our drivers, thus preventing their loss in case of problems with the computer, or the driver itself. We can install/remove a specific driver, install a new hardware device, restore drivers, etc."; fDesc[13] = "in a fast and easy manner. You’ll be able to add music, videos and animations. With this version, you’ll be able to create promotional screensavers and shareware screensavers. It works on Windows 98, Me, 2000, 2003, XP and Vista."; fDesc[14] = ", shooting your weapons to defeat your enemy´s hordes, that will keep coming towards you firing all the time. Destroying spaceships and enemy facilities will get some power-ups to you, like extra lives, fuel and weapons."; fDesc[15] = ", flash animations and much more. The program features a very nice and intuitive user interface that enables you to create your own screensaver manually or following every step of its wizard."; 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 = '...'; } }