var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise.";
fDesc[6] = ", retouch, photo album and compression tool.";
fDesc[7] = "extract audio tracks. Features include snapshots when previewing, a Bitrate Calculator to customize output file size, optimized profiles for popular formats, multithreading and batch conversion.";
fDesc[8] = ", 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[9] = "to save disk 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] = "icons with customized and stylish icons now. You can import any image and edit it using a powerful editor, then apply special effects if desired. Once you are finished with the editing, you can save it as icon file that is ready to be used.";
fDesc[11] = "easy to take some PDF file (just created with any virtual PDF printer or OpenOffice), compress it and save it elsewhere. The program is also able to write/change metadata in PDF files.";
fDesc[12] = "popular audio formats including MP3, APE and FLAC audios. Easy user interface and fast conversion make this program a useful audio converter. You can add multiple audio files and folders to the batch list making the conversion even simpler.";
fDesc[13] = "looking wizard driven visual interfaces to take you through batch resizing images.";
fDesc[14] = "custom profiles for different batch processing tasks. But, what's special about this program? The QUALITY. The original quality of your images is preserved as the most advanced, hi-end algorithms are used by JpegSizer";
fDesc[15] = "program can repair multiple files at once, multi-volume files, and solid archives. It can also repair password protected archives.";
fDesc[16] = "a very intuitive way. The resulting photograph will maintain the same level of quality present in the original file, and will retain all the Exif information embedded in the parent image. It allows for batch cropping, applying the selected settings to all the active images, if desired.";
fDesc[17] = "features helps you manage ZIP files, as well as most other popular archive formats like CAB, RAR, ACE, ARJ, BH, GZ, LHA, JAR, TAR and ZOO.";
fDesc[18] = "files once time for saving your time!";
fDesc[19] = "from the user hard drive. This application features a variety of shredding algorithms, which protects the user's privacy by completely removing the selected files so that no file recovery software available in the market can recover them.";
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 = '...';
}
}