var fDesc=new Array(); fDesc[0] = "Free FLV Converter enables users to convert FLV, F4V or SWF video files to MP4, MOV, AVI, WMV and other popular video formats compatible with popular portable devices. The highlight of this program is the ability to convert 2D videos to 3D video files (Side by Side 3D, Top and Bottom 3D, and Anaglyph 3D). Plus, it allows users to extract audio track from FLV, F4V and SWF videos, convert FLAC audio to other popular audio formats and edit video/audio files."; 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 = ''; } }