var fDesc=new Array();
fDesc[0] = "Nidesoft Total Video Converter is a video converter that supports all popular video and audio formats. This video tool accepts: MP4, AVI, MKV, FLV, MOD, WMV, RMVB, FLAC, VOB, MP3, AAC, OGG, and many other video files and audio music formats.
Nidesoft Total Video Converter works with a new video decoder and encoder, so it can decode almost all the formats, including some complex formats such as special FLV, YouTube, DVR, VOB, and RM. With a mini video player, you can preview the video files before conversion. Also, you can set many advanced options to edit videos.";
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 = '';
}
}