var fDesc=new Array(); fDesc[0] = "Boxoft FLV to MP3 Converter is powerful batch software for you to convert FLV files to MP3 format documents. You can set Image Frame size, Video Compression, Audio Codec and other parameters to create your own style MP3 files just with a few clicks. Boxoft FLV Converter is the best and easiest AVI converter software. You don't need to be familiar with converter or video formats. Just run the Boxoft FLV converter, add your video files, select output format with ready-made preset, and then hit "Convert" to create other format videos."; 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 = ''; } }