var fDesc=new Array();
fDesc[1] = "video files to other formats many times. Most formats are only supported by some applications, and having to change applications all the time just to encode a file is turn-down. However, not all is so dull nowadays.";
fDesc[2] = ", MPEG, MP4, DivX, ASF, 3GP,PSP, Microsoft Windows WMV, iPod and Zune, as well as converting Flash Video FLV to MP3, Microsoft Windows WMA and WAV audio formats, for Cell Phones, iPod, Zune or MP4 player.";
fDesc[3] = "SWF file to all the popular video formats. You can now convert and play any FLV video in your multimedia player, iPod or DVD player using this tool.";
fDesc[4] = "video files to AVI, MPEG, WMV video files so that they can be played in Windows Media Player or edited by video editing software. Moreover, Freez Flv to AVI/MPEG/WMV Converter is highly customizable and allows you set the output video's bitrate, framerate and output audio's bitrate.";
fDesc[5] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on.";
fDesc[6] = "video to pictures. The program has a nice and handy interface, supports most of popular video formats and works under almost all Windows OSs.";
fDesc[7] = "MPEG videos. In fact, you can transcode any DivX, XviD, MPEG, DAT, WMV and ASF video file into ten different video formats. Besides, you will be allowed to burn to DVD, VCD and SVCD, and set up your quality preferences according to the codec selected.";
fDesc[8] = "files into AVI, WMV, VCD, MPEG, SVCD and DVD files. This program provides you with the function of converting multiple files into a specific format all at once without losing any quality at all during the process.";
fDesc[9] = "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[10] = "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[11] = "AVI, DivX, Xvid, MPEG1 and MPEG2, VCD, DVD and SVCD. It supports WMV files with no sound in them. The software supports batch conversion without user interaction, video files larger than 2GB, .wmv and .asf files.";
fDesc[12] = "DVD (VOB and IFO) format so they can be played on any regular DVD player, withou the need of a computer. The application converts in batch mode all the selected files or segments. The image aspect ratio can be forced to a specific (4:3 or 16:9) or automatically set by the application.";
fDesc[13] = "IFO files. It supports batch conversion to DVD video files and can directly burn to DVD blank discs. The video size ratio or aspect can be force to a desired format or automatically set by the application.";
fDesc[14] = "AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX.";
fDesc[15] = "video formats. RM RMVB to AVI DIVX MP4 MPEG WMV Converter has got many features to appeal different kind of video conversion users across the globe. RM RMVB to AVI DIVX MP4 MPEG WMV Converter allows users to convert their RM format videos to AVI, RM to MPEG,";
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 = '...';
}
}