var fDesc=new Array();
fDesc[1] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more.";
fDesc[2] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results.";
fDesc[3] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[4] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails.";
fDesc[5] = "can radically reduce the size of media-rich files with no discernible loss of quality ? making them easier to use, store and share.";
fDesc[6] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc.";
fDesc[7] = ", including VCD, SVCD and AVI. When ripping your files with this program, you will notice that it works with a very fast conversion speed. The files you rip will not lose any quality during the process.";
fDesc[8] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities.";
fDesc[9] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files.";
fDesc[10] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[11] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on.";
fDesc[12] = ", retouch, photo album and compression tool.";
fDesc[13] = "phone into a portable movies centre, it design for anyone who wants to enjoy DVD movies on mobile phone.";
fDesc[14] = "and VCD to iPod MP4. DVD to SVCD, VCD, AVI, MPEG, DivX and WMV. DivX with almost DVD quality but 10% in file size. Audio conversion: CD to MP3, WAV, WMA and OGG. Dolby surround and special effects. AC3 audio files.";
fDesc[15] = "Explorer may not be up to speed for your everyday filing task requirements. Using DateiCommander 10.0 is just as easy as using Windows Explorer but this program will provide you with many additional tools and functions and it does the job of almost twenty programs.";
fDesc[16] = "The build-up enhanced encoder deep compress output min files with high speed and lossless movie quality.";
fDesc[17] = "them to 3GP, 3G2 and MP3 (formats compatible with most mobile phones). It lets you customize file size, rip a segment of the movie, select target subtitle and audio track, etc.";
fDesc[18] = "way. With this program you can rename audio files, video files, documents, image files and other types. The good thing about the program is that it is very easy to use and it lets you navigate through your computer to find the files and rename them very fast.";
fDesc[19] = "losing flash quality, so you can make your web page load faster, save your server bandwidth charges and disk space.";
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 = '...';
}
}