var fDesc=new Array(); fDesc[0] = "SWF & FLV Toolbox will not just convert your Flash files to AVI video, it will allow you customizing the output settings according to your special needs. Resulting video can be resized compared to original SWF or FLV; you can keep or remove original sound of the movie and choose your individual settings for it.
SWF & FLV Toolbox is an essential Flash to video tool that allows converting SWF to AVI, SWF to images; create your own screensaver out of SWF and even more."; 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 = ''; } }