var fDesc=new Array(); fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with."; fDesc[2] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[3] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats."; fDesc[4] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[5] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs."; fDesc[6] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[7] = "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[8] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time."; fDesc[9] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[11] = ", DVD-RWs, DVD+Rs, DVD+RWs, DVD+R Dual Layer and DVD-RAM. The program is itself pretty small and does not suck your system's resources as other burning applications do."; fDesc[12] = "supports both single-layer and double-layer recordable DVDs. You just need to select your DVD files from any VIDEO_TS folder, and the burner you want to use. Adding a title to the disc is optional."; fDesc[13] = "general-purpose cryptography library, for data integrity, authenticity, and privacy security features. Perl or Cygwin needed for Win32 compile."; fDesc[14] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively – bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following..."; fDesc[15] = "video files that you can then burn into a single-layer recordable DVD disc. You can shrink the whole DVD or just the main film in it, and customize the output files to fit either a 2.5 Gb or a 4.7 Gb disc. This efficient software uses the open source ShrinkTO5 DLL for high-end results."; 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 = '...'; } }