var fDesc=new Array();
fDesc[1] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB).";
fDesc[2] = "editing applications that are really easy to use and terribly powerful. This is another good example of that. RM to MP3 converter allows you to convert RM (Real Media) files into both WAV or MP3 files. But it also supports other formats, such as wma, ac3, mp3, and wav.";
fDesc[3] = "iPod. This program can be used to convert video files so that they can be extracted to iPod. A good thing about this program is that it supports plenty of video formats, including AVI, FLV, VOB, MPEG, DIVX, XviD and many more.";
fDesc[4] = "format documents, spreadsheets and forms, preserving the original formattings and all the graphics. Capability of auto-filling forms and generating templates for similar files conversions. Mark-up and comments tools. and security features are added to this version.";
fDesc[5] = "formats. Once you have chosen the file to convert, it will play it, showing you information about the flash version that was used to create it, total length, frame rate, and movie size.";
fDesc[6] = "select PDF995 (an advantage that will help you convert from any application). It is really simple to install and use.";
fDesc[7] = "convert many video formats between each other. It also supports extracting audio formats such as mp3/wav/wma/ac3/ogg/mm f/aac from video files and also audio files can be converted to each other.";
fDesc[8] = "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[9] = "of the audio formats this efficient conversion tool supports are Mp3, WAV, OGG, WMA, APE, CUE, AAC, Mp4, M4A, AC3, FLAC, MPC and many more.";
fDesc[10] = "convert most video file formats into files that the iPhone and iPod support, namely, MP4. Videora iPhone Converter allows you to convert files such as .avi, mpeg, mpg, wmv, asf, and more into MP4.";
fDesc[11] = "lots of video and audio formats and converting them to popular video formats. Amadis Video Converter includes a powerful media conversion engine internally so that you can convert media files with very fast speed.";
fDesc[12] = "hard Adobe Acrobat (PDF) files are to manage when you don't have the right tools. This application should provide a nice way out of those complications.";
fDesc[13] = "converters, both by its looks and the way it works. The application's GUI is the most striking of all the features this application has to offer. It is divided into 3 parts.";
fDesc[14] = "definition videos into general videos. It produces general videos into quick time compatible HD format, MPEG and AVI based HD movies in addition to other formats. As the process of conversion involves complex algorithm,";
fDesc[15] = "seconds. This incredible program can also be run from the command line allowing for use of batch files as well as launching programmatically from other programs.";
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 = '...';
}
}