var fDesc=new Array(); fDesc[0] = "Aunsoft FLV Converter is powerful and stable in decoding and encoding any Flash FLV/F4V format. You can convert your FLV/F4V encoded video content into the today's most popular and wide spread video formats which are used on mobile phones, removable devices, desktop computers, laptops and various MP3/MP4 players.

Moreover, you can preview the FLV/F4V movie before converting, customize the output effect, clip the FLV/F4V movie segment freely, snapshot the images of FLV/F4V file in preview, convert FLV/F4V files in batches, automatically shut down the computer after converting finished, and so on."; 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 = ''; } }