var fDesc=new Array(); fDesc[0] = "AVCWare Flash Converter is an easy-to-use Flash to video Converter. With this Flash Converter, you could easily convert FLV and SWF files to video in formats like AVI, MP4, MPEG, WMV, MOV, MKV, etc. It can also convert Flash to audio in common formats, like MP3, AAC, M4A, WMA, WAV, or AC3.

It supports batch conversion, which will help you save your time on converting multiple FLV/SWF 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 = ''; } }