var fDesc=new Array(); fDesc[1] = "for encoding and decoding (playing) audio and video. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your movie files. With the K-Lite Codec Pack you should be able to play all the popular movie formats and even some rare formats."; fDesc[2] = "AC3Filter to version 1.63b * Updated Codec tweak Tool to version 3.1.0 * Removed DivX decoder. Be aware that ffdshow was already being used by default for decoding DivX video. So nothing has changed with regard to playback. * Removed DivX encoder * Removed VP6 encoder * KLCP MEGA still contains the above removed components in case you need/want them. * New set of file type icons for Media Player Classic * Fixed file properties Explorer tab of Haali shell extension * Minor changes"; fDesc[4] = "and other tools that will enable you to play 99% of all the movies, music and flash files you download off the internet. WECP also includes a set of powerful filters that can enhance the video quality as well as audio quality and it comes complete with an automatic update service that will keep your computer up-to-date with the latest software upgrades as soon as they become available. WECP is clean and compact, it has no spyware / adware / or viruses, it's easy to use and even easier to install / uninstall and it's published under the GNU GPL open source license so it's 100% free. But more importantly, it was especially designed to fix the many errors and software conflicts caused by other codec packs which routinely install obsolete or overlapping codecs, and it's guaranteed to keep your to keep your computer up-to-date with the latest software upgrades."; fDesc[6] = "back music and movie files. After installation you will be able to play 99.9% of files on the internet, along with XCD's, VCD's, SVCD's and DVD's."; fDesc[7] = "enable you to playback and encode most of the formats currently available. During the installation, informative menus will warn you about options that may cause troubles, like some old codecs. The installation will ask you what to do."; fDesc[8] = "these CODEC's."; fDesc[9] = "DivX Codec XviD Codec AC3 Filter DivX AntiFreeze Video Inspector. All this codecs, filters, tools are FREE! Unlike other codec packs, you can select the components you want to install, you get uninstall support, detection for previous installed versions, update for new versions - you don’t have to download the whole pack again."; fDesc[10] = "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[11] = "resembles the interface of a Mac application and, like most, Mac applications, it is really simple and easy to use. The first time you execute this application, you can start adding files."; fDesc[12] = "download new codecs. Current version 6 also filters out using filters like CDDa and DivX. MUSK Codec Pack is also multilingual tool."; fDesc[13] = "it. DXVA support in Elecard MPEG2 Decoder decreases CPU usage and provides substantial performance gains."; fDesc[14] = "load this file into the program and see a LOT of useful information about your file, such as the codecs needed to play it. So you can download them to solve your problem."; fDesc[15] = "formats. And... to enjoy your multimedia experience, instead of 3 or 4 different players you get one, simple integrated player that plays almost all audio and video files: Media Player Classic."; 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 = '...'; } }