var fDesc=new Array();
fDesc[0] = "ThinkVD DVD to WebM Converter is a DVD ripper and converter. It is able to convert DVD to different WebM video formats like WebM, AVI, and MP4. It supports conversion to audio formats like AAC, AC3, AIFF, FLAC, RA, M4A, MP2, MP3, OGG, AU, WAV, WMA, and WMA2. The application can also convert DVD to images and save them as BMP, JPEG, PNG, GIF, JPEG2000, and TIFF.
ThinkVD DVD to WebM Converter includes video editing functions to clip video segments, merge videos into one, trim video, crop video, add watermarks, adjust video brightness, contrast, saturation, resolution, etc.";
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 = '';
}
}