var fDesc=new Array();
fDesc[0] = "4Videosoft MPEG Converter is the all-round MPEG/MPG converter tool, which can convert MPEG/MPG and convert almost all the popular videos like FLV, MP4, 3GP to MPEG-1(.mpg), MPEG-2(.mpg), MPEG-4(.mp4), H.264/MPEG-4 AVC(.mp4), AVI, 3GP, etc. This MPEG converter can also extract MP3 audio from all video formats. For that, you can enjoy the converted files on Creative Zen, PSP, PS3, Pocket PC, BlackBerry, etc.
Only few clicks can finish the conversion with high quality. In addition, more specific parameter settings let you get the perfect effect. More other editing functions of video trimming, video cropping, video joining and watermarking can help you recreate your video. The function of taking snapshot is for you to capture your favorite pictures.
- Convert any video to MPEG, AVI, WMV, 3GP.
- Extract audio from video and convert to MP3 and other audios.
- Powerful editing functions.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}