var fDesc=new Array(); fDesc[0] = "Torrent MP4 Joiner is an MP4 Video Joiner, MP4 Video Merger, MP4 Video Combiner, which helps you merge / join multiple MP4 (.mp4, .m4a, . m4v) video files, so you can play them on your iPod, PSP or share them online . This program provides an easy-to-use interface and allows anyone to join MP4 videos without a tutorial."; 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 = ''; } }