var fDesc=new Array(); fDesc[0] = "Torrent MP4 Converter is a powerful MP4 converter that allows you to convert MP4 files to other video formats. You can convert MP4 videos to all popular formats, like AVI, MPEG, 3GP, WMV, FLV(flash), VCD/SVCD/DVD, and more. Also, you can configure output video/audio format settings, add watermarks, add subtitles, and more."; 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 = ''; } }