var fDesc=new Array(); fDesc[0] = "AVI To FLV converter can help you easily convert AVI video files to FLV video format in just one click. The application offers perfect video and audio quality and fast conversion speed. AVI To FLV converter provides options for you to set the video and audio parameters. With the program you can easily convert any segment of AVI video file to FLV video. Batch mode conversion is also supported. Main features: High quality AVI to FLV conversion, supports converting by specified start and end time, user-friendly 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 = ''; } }