var fDesc=new Array(); fDesc[0] = "Torrent AVI Joiner helps you merge/join multiple AVI/DivX/MPEG-4 video files, so you can play them on your iPod, PSP or share them online. This program allows anyone to join AVI videos without a tutorial. Without a re-encode process, the application provides fast speeds and an easy-to-use interface."; 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 = ''; } }