var fDesc=new Array(); fDesc[0] = "Aneesoft FLV Video Converter is a FLV video converter that helps you convert FLV videos to almost all kinds of video files such as AVI, MPG(MPEG), WMV, MP4, MOV, ASF, RM, 3GP, 3G2, M4V, MKV, etc. In addition, it can also extract audio from the videos, capture pictures from various videos. Adjustable video/audio output parameters are also allowed to help you get tailor-made video/audio for uploading to YouTube."; 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 = ''; } }