var fDesc=new Array();
fDesc[1] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions.";
fDesc[2] = "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[3] = "directories, from there you can do simple task as copy, transfer, delete, rename, but you can also connect to your network resources, share directories, pack archives and encode or decode files.";
fDesc[4] = "and text watermarks to your documents. Thanks to its intuitive and user-friendly interface, you can perform this boring task with a few clicks. It also allows you to apply the same watermarks to multiple images at the same time.";
fDesc[5] = "AC3, AMR, MPC, ADPCM, A/U-LAW, DSP, GSM, and VOX. You can adjust different conversion settings to reach the sound quality that you wish.";
fDesc[6] = "the same as any regular PHP files. The extension also optimizes your regular php scripts and make them run up to 10 times faster and the encoded PHP files to almost double the speed. Zend Optimizer has a cross-platform compatibility and supports both php4 and php5.";
fDesc[7] = "extract them. With this tool you can decrypt and decode the passwords and later you will have the opportunity to view them in a readable format. This is a tool that will instantly find all GTalk, Gmail, GDesktop, Picasa and GScreensaver accounts.";
fDesc[8] = "Mp3 files and convert them into burnable WAV formats. It is really easy to use. You will be able to convert your files into other formats just by right-clicking on them.";
fDesc[9] = "edit them using a sound editor. For converting MP3 into Wave format first you have to choose MP3 file and right click on it. By right clicking it will show a menu from which you have to choose Decode to Wav option.";
fDesc[10] = "very easy to use. The software is able to support many kinds of file types, like MP3, CDA, WMA, WMV and AVI. The CD rip tool can work with MP3 and WMA9 files. The user interface is cool and also easy to use.";
fDesc[11] = "the news in text articles, it is designed to run in Windows or Linux operating systems. The software supports multiple news servers at the same time, providing us the option to have various sources of news and save them using this application.";
fDesc[12] = "a unique AC3 decoder. Features user-friendly multilingual interface and includes single-mode operation for one-file conversion, batch-mode for several";
fDesc[13] = "software, you will also be able to eliminate MP3 files that are not working fine and decode them into WAV formats. This program will also allow you to convert your Wav files into MP3.";
fDesc[15] = "Play, Open, Tag, and Decode (MP3 / OGG / WMA to Wave) in Windows. Open more than one player and decode.";
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 = '...';
}
}