var fDesc=new Array(); fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc."; fDesc[2] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[3] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[4] = "such handy abilities as generation of self-extracting images and automation of image processing operations."; fDesc[5] = ", Divx, ASF, WMV, WMA, MPEG, MOV, QT, RM, RMVB formats and allows to convert them for their reproduction on portable devices like iPod, iPhone, Zune, Pocket PC."; fDesc[6] = "problems. A common issue with video is the lack of the correct codecs in your system, causing your player to fail when trying to reproduce certain files, this pack helps you by providing some of the most common codecs needed."; fDesc[7] = "GIF animations. It supports all of the popular formats. It has a nice preview option that will allow you to preview your animation or picture as you would see it exactly on your Web site."; fDesc[8] = "photography. It can reproduce a lot of camera, filter and darkroom techniques. Simply speaking, this is a must have for people who work at a professional level."; fDesc[9] = "paper and reproduce documents into editable and searchable Word or Excel files. The program features a very simple user interface with a wizard that leads you through the simple steps of scanning and converting, or you can run the application directly from Microsoft applications."; fDesc[10] = ", FLV (Flash Video, Youtube, Google Video), WMV/ASF, DAT, to MP4 and 3GP and reproduce them in your iPod, PSP and mobile phone."; fDesc[11] = "variety of audio and video files, including VCDs and DVDs. This application is a little different from other video players because it has some video editing tools that will let you modify some aspects of a video, its color, rotate images, etc."; fDesc[12] = "burn DVDs for backup and to let you reproduce them on your home player. It works as a Wizard with four steps, lets you customize DVD menus, get previews, choose tv standard, aspect ratio, and burn to DVD-5 or DVD-9."; fDesc[13] = "of inbuilt functions (e.g. converter, recorder, and lyrics editor) that make it a good alternative among the free players available. Its interface is really cool and modern, and we can change its look through skins."; fDesc[14] = "adjustable filters as well as a functional reverb unit with simplified settings tuned to reproduce exactly spring and plate reverberations."; fDesc[15] = "reproduce that vintage phasing effect that you find in many old recordings, although you will hear it with the modern digital processing techniques."; 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 = '...'; } }