var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "allow you to trim and crop the video image, to merge FLV files, to add effects and watermarks, and many more. Besides, its conversion capabilities allow you to export your FLV files into many different media formats.";
fDesc[3] = "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[4] = "conversion between .swf, .flv, .mpeg, .avi., .wmv, .rm, .mov, and .asf.Its supports for creating thumbnails,FTP uploading,Digital Plaza Hosting and make Slideshow movies from still images with advanced transition effects.";
fDesc[5] = ", all this work can be done automatically with YouTube Robot.";
fDesc[6] = ", PSP, PS3, Zune, XBOX 360, Archos, Cellular Phone and Pocket PC in two clicks. Additionally you can use the in-built video cutter to create clips out of big video files.";
fDesc[7] = "built-in Flash video player with several skins and video special effects. Also, the application includes the capability of adding subtitles and selectable audio settings and video compression adjustments. User interface is very easy to use, very clear and understandable.";
fDesc[8] = "original sound. The application integrates itself into Microsoft PowerPoint program, so the conversions are made directly from the shown PPT presentation.";
fDesc[9] = "features. FLAV FLV to MP4 Converter Gold is used to convert different video formats to FLV format along with converting FLV videos to MP4 type of video formats. FLAV FLV to MP4 Converter Gold is quick during its process and saves lot of time.";
fDesc[10] = ", AAC and WAV. Allows batch conversion, and downloading videos from sites like YouTube.com. Advanced Settings include codec selection.";
fDesc[11] = "uploading to web and web streaming. Original (input) video formats supported, such as AVI, Microsoft WMV, MPEG, ASF, MOV, etc. will be converted to FLV format, for web streaming. User can set video bit and frame rates, window size, and audio sampling frequency, channels, bit rate, etc.";
fDesc[12] = ", Xvid) Video. Its features are quite limited, no batch conversion, no editing tools, trim, crop, etc. A good option for those who need to convert just a couple of files and don't want to buy a complete conversion software.";
fDesc[13] = "batch file conversion which just needs simple steps. Any FLV Converter, equipped with the key features: various input and output formats, high conversion speed, perfect output quality, user-friendly interface as well as the easy-to-use style, is undoubtedly your ideal video conversion tool. In addition, it can convert video files between almost all popular formats. The input format of the converter includes: MOV, WMV, FLV, MPEG-4, MPG, RM, RMVB, AVI, VOB, ASF, DV, 3GP, M1V and M2V. The output format includes: AVI, WMV, 3GP, MPEG-1, MPEG-2, MPEG-4, MP3, FLV, etc.";
fDesc[14] = "files into WMV files. The program will convert your files in a very short amount of time and with an outstanding quality level. This software comes with a media player that enables users to preview their conversions and perform different actions to their video 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 = '...';
}
}