var fDesc=new Array(); fDesc[0] = "Convert your SWF files to AVI or any popular video format with Smart SWF Converter. Our software is easy to use and lets you choose the audio and video settings you want.
- Convert SWF to AVI, WMV, MPEG and more
- Download Flash (SWF) videos from a web site
- Get SWF files from your computer or from a web site
- Generate AVI, MPEG, WMV and other popular video formats
-Play the videos on iPod, iPhone, Blackberry, Zune and other portable devices"; 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 = ''; } }