var fDesc=new Array();
fDesc[1] = "care of pretty much all your converting needs. However, this is not a free application. It supports most common formats and, of course, formats like AVI, MPEG1/2/4, CD/SVCD/DVD, DivX, XVid, ASF, WMV, RM, QuickTime MOV, and Flash SWF are there.";
fDesc[2] = "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[3] = "individual who wants to convert his videos - for example, a user of such portable devices as iPod, iPhone, Mobile, Apple TV, PSP, Zune or MP4 Player who wants to have his favorite videos with him.";
fDesc[4] = "to .AVI. Thus, you will be able to play the videos you download off YouTube on any device that supports AVI files. You won't have to use an FLV player anymore. You can convert videos from any sites that stream FLV videos, though. This application's design is very nice and self-explanatory.";
fDesc[5] = "into an AVI container, but which can also extract sound streams from videos to separate MP3 files or convert audio and video using some other codecs, such as MOV, FLV, or 3GP.";
fDesc[6] = "you to convert audio files like MP3, WMA, WAV, M4A, AAC, AC3, and OGG to audio-only video file, like for instance MP3 to AVI.";
fDesc[7] = "This efficient conversion tool allows you to create video files from image files. But that is not all this application does. Using this software, you will be able to convert video files from one into another. This program allows you to convert AVI and WMV files into MPEG files.";
fDesc[8] = "a while ago and now are making a comeback. They are popular for high quality video streams and podcasts. With this application, you can convert Real Media files to both audio and video formats.";
fDesc[9] = "most popular websites into different video formats. By using this software, you will be able to convert FLV files into AVI, 3GP, MP4, WMV, MP3 and MPEG.";
fDesc[10] = "program has got a very friendly interface that will allow all users, even the most amateurs, on how to convert their files from one into another in an extremely easy way.";
fDesc[11] = "into different video formats. Some of the output formats this new version of Xilisoft MOV converter supports are AVI, MPEG, MOV and WMV. This nice application also provides you with the function of extracting audio from video files and saving it as Mp3, WMA, WAV and AAC audio formats.";
fDesc[12] = ", splitter and even as an editor too. These features are very useful for all types of users. One can change certain technical aspects of a file - namely frame size, frame rate, video and audio compression mode.";
fDesc[13] = "soundtrack from your video files. It supports all the best-known video codecs (AVI, MPEG, WMV, 3GP, MOV, Flash Video, and more) and the most-used portable players (iPod, Zune, Xbox360, or PSP). Its simple interface needs no help, and it takes a few clicks to make a full video conversion.";
fDesc[14] = "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.";
fDesc[15] = "AVI Converter is rather only one tool available in market which has this kind of two way functions. OJOsoft AVI Converter is available for trial. OJOsoft AVI Converter is very easy to use and it can be handled by novice users without extra help.";
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 = '...';
}
}