var fDesc=new Array();
fDesc[1] = "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[2] = "for playing QuickTime content that is embedded in webpages. Advantages of QuickTime Alternative are: Quick and easy install Ability to make an unattended installation No background processes No unwanted stuff and other nonsense Smaller size";
fDesc[3] = "Player 6.4, integrating options and features found in modern media players. Media Player Classic is Licensed under the terms of the GNU General Public License, and is free.";
fDesc[5] = "save the videos on your computer. After that you can use or watch these videos offline n you will not required to connect with the internet. You can transfer these videos on your other devices like Laptop, iPod, iPhone, Mobile Phones, memory stick or some others.";
fDesc[6] = "virtually an efficient remote control that allows you to add or change the controlled programs without any sluginesh.";
fDesc[7] = "extra codecs or players needed.";
fDesc[8] = "pornotube.com website? If yes, then Pornotube Videos Downloader can really help you. Pornotube Videos Downloader is especially developed to download videos from pornotube.com website.";
fDesc[9] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection.";
fDesc[10] = "with one-click. No extra codecs or players needed.";
fDesc[12] = "Nullsoft using this freeware. Winamp Alternative supports almost every popular file format like,MP3,MP4,RM,VOB,WM A,AVI,OGG,AIFF,AU and the MIDI files.";
fDesc[13] = "Player Classic is a sensational player and complete audio and video that adds a lot of improvement and options for Windows Media. The program is geared to playing videos DivX also playing DVDs, CDs, audio files and even Flash Quicktime.";
fDesc[14] = "including Blue-Ray DVDs which is modeled on the WMP.6 original design and is now constantly updated by over 20 developers, since the original creation of the Media Player Classic in 2006.";
fDesc[15] = "the computer. Features: graphics, sound, scrollable help, user selectable options, and is played in pop-up window to allow multi-...";
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 = '...';
}
}