var fDesc=new Array(); fDesc[0] = "Torrent AVI Cutter is a perfect AVI cutter to cut AVI video files into several segments easily and fast. You can effortlessly cut down your favorite 3GP video clips. Torrent AVI Video Cutter is efficient and faster because its unique technique - without re-encoding process. Using Direct Stream Copy Technology, the quality of the target file is same as that of the AVI video source."; 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 = ''; } }