var fDesc=new Array();
fDesc[0] = "Torrent RMVB Converter is a powerful rmvb converter which enables you to convert RMVB video files to AVI,to MPEG,to MP4, to VCD/SVCD/DVD,to FLV, to 3GP and to WMV/ASF files. It Also support converting any popular format video back to RMVB file.
With a super simple control panel, anyone can use Torrent RMVB Converter without a tutorial. It is an easy to use program. Torrent RMVB Converter's adjustable panel provides you more useful functions, including add watermark, subtitle to your output video. Four ways of frame size adjustment are provided-Crop, Stretch, Preserve aspect ratio and Customize. Try and use it. You will see how easy is it and you'll never regreate for choosing it.";
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 = '';
}
}