var fDesc=new Array(); fDesc[0] = "The Free Video Converter allows you to convert, split, merge and edit your movie files. It supports wide variety of video formats from AVI to Flash (FLV) and high-definition movies (MTS) captured with new HD cameras. The simple and intuitive interface makes it easy to perform basic conversion tasks, while supporting additional features like joining and splitting movie clips, and batch conversion for converting multiple movies in one step."; 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 = ''; } }