var fDesc=new Array(); fDesc[1] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files."; fDesc[2] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos."; fDesc[3] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more."; fDesc[4] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[5] = "I think there is no other tool like this which has so many useful features available in just one bundle. Digital Camera Tools for Adobe PhotoShop has following plugins for Adobe Photo Shop AutoEnhance, Colorcast Correction, Exposure Compensation etc."; fDesc[6] = "perform different actions with your DVDs. When downloading or buying this software, you will get access to four different programs: Aimersoft Video Converter, Aimersoft Audio Converter, Aimersoft DVD ripper and Aimersoft DVD creator."; fDesc[7] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[9] = "program will install a printer driver so when you want to convert a document to PDF, you just need to select BCL easyPDF Printer in the Print Dialog Box from your application."; fDesc[10] = "images. It could be photos, graphics, sounds, video files and so on. Moreover, there is built-in download manager, which lets you take images from the Internet."; fDesc[11] = "DVD media storage and dual-layer DVD writers so there will be no issues when playing the copied disc on PC or a home DVD player."; fDesc[12] = "support users need, mainly those who play, or want to play, the piano or keyboard. Users are presented with an easy to use interface that provides them with exercises and animations."; fDesc[13] = "compress files audio / video."; fDesc[14] = "popular graphics and multimedia formats such as BMP, JPG, GIF, PNG, TIF, TGA, PCX, PCD, PSD, ICO, WPG, WMF, MP3, MID, WAV, RMI, AVI, MOV, ANI, etc. Incorporated with fast and high quality image decoding/encoding engine, you can stretch, tile, flip, rotate, resize, zoom, or print any image easily. Some other features are drag'n drop support, clipboard support, powerful files management capability, list box feature, wallpaper support, full ZIP support, batch image conversion, advanced slide show feature, image manipulation support (blur, mosaic, oil paint, spray, sharpen, soften, wave, half tone, and much more...), and many other cool and unique features."; fDesc[15] = "who play, or want to play, the acoustic guitar the theoretical and practical support they need. Users are offered exercises and animations that provide clear and concise information as well as musical accompaniment helping them to develop their musical skills."; 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 = '...'; } }