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] = "a single-windowed app in which you can add a file or files and convert them to other formats. On the bottom of the application, you get to decide what format you are converting to.";
fDesc[3] = "application combines many functions for the processing of a digital image. Create slideshows, screensavers, postcards, videos from images, landscapes and more. It captures images and video from many devices and formats. Convert file formats.";
fDesc[4] = "DVD, WMV, ASF formats.#1 Video Converter is also a joiner,splitter. it can join and split video files between all supported format.";
fDesc[5] = "in every popular format to be played in an iPod, iPhone, PSP, cell phone, PDA, Pocket PC or PMP. It compresses the media files by about 20 percent, without losing quality, and prepares them for your particular device and model.";
fDesc[6] = "File Set), CISO, ISZ, DAA, and PFO (Private Folder) files through any application. To do so, the program mounts those contents to the file system as virtual folders.";
fDesc[7] = "WMV, MPEG, MOV, QT, RM, RMVB, QuickTime, MPG. Supports batch conversion, large video files, conversion of a segment setting start and end points, and automatic shutdown your computer after a job is done.";
fDesc[8] = "has a ripper that can analyze other game files. It is simple to use and very powerful. If you handle resources from different games, this is the only program you need.";
fDesc[9] = "files. Konvertor gives you professional quality imaging tools to view, edit, modify, organize, enhance and print your images. You can create web albums, PDF albums, panorama, IE animated logo, thumbnails using simple tools.";
fDesc[10] = "instruments in a polyphonic audio track and creates MIDI files for each of the instruments represented. Capable of recognizing as many as 93 different instruments, it opens any WAV, MP3, or WMA file, rips any track from an audio CD, and records audio directly from various external sources.";
fDesc[11] = ", AIFF, WMA, AVI, MP4, MOV, or 3GP media files into WAV, MP3, MP2, OGG, AC3, VOX, WMA, and AMR audio files. The program allows for batch conversions, and lets you add full folders to your tasks window, with a very practical and simple interface.";
fDesc[12] = "seconds, reducing file sizes by roughly a factor of 10.";
fDesc[13] = ", dvd to mpeg, vcd, dvd, rm, rmvb, wmv, asf, avi, Divx, xvid, mov, quicktime, iPod, 3GP, Flash swf, Flash flv, mp3, wma.";
fDesc[14] = "such as txt, csv, mdb, html, dbf and many more. This program will convert your files from one into another in a very fast way. The program has got a very friendly interface that will let you know how to make your conversions in a easy way.";
fDesc[15] = "program has got an extremely intuitive interface, so no user will have any kind of problem figuring out how to convert files from one into another. On the program's main window there are two menus that will allow you to convert your files.";
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 = '...';
}
}