var fDesc=new Array(); fDesc[0] = "Flash to Video Converter is a powerful utility that converts Macromedia Flash SWF files to popular video formats such as avi, mpeg, mp4, 3gp and flv.
Recording sound with the outstanding virtual sound card technology and converting swf with leading audio and video codec, Flash to Video Converter lets you easily and fully enjoy the original effects of your Flash files on your PC, iPod, iPhone, PSP, cell phones and other portable devices. MPG output can be also used as materials for DVD authoring software."; 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 = ''; } }