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] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices."; fDesc[4] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap."; fDesc[5] = "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[6] = "Free software to convert Adobe .PDF files to Microsoft .doc files. With this program, you will be able to extract text and images from PDF files."; fDesc[7] = "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[8] = "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[9] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[10] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[11] = "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[12] = "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[13] = "games. It is based on a futuristic sci-fi plot with 2D isometric perspective graphics, in which three races from different planets, Terra, Protoss and Zerg, are fighting for supremacy and survival."; fDesc[14] = "and the instruction are clear and easy to understand. An old diary has been discovered. The problem is that most of its pages have been torn out. You must find the missing objects in the different rooms to unlock their doors and retrieve the missing diary pages."; fDesc[15] = "available Updates for various Softwares installed on his/her computer. It also allows you to see details about any installed software or Uninstall it ."; fDesc[16] = "Total Commander, file managing software. The bundle include the latest versions of following software. Total Commander, AIMP, Opera for USB, Sumatra PDF, The KMPlayer, Universal Extractor, uTorrent, XnView, and others."; fDesc[17] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!"; fDesc[18] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options."; fDesc[19] = "and device recognize it awesome, providing all the information without mistakes, complete analyzes and information in one moment, multiple options to save the information and more."; fDesc[20] = "alien ships, upgrade your weaponry with extra-weapons, blow up enemy barriers and defeat powerful bosses. Lots of special effects, unique tactics for each level, nice music and sound FX, Worldwide Hall of Fame and much more."; 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 = '...'; } }