var fDesc=new Array(); fDesc[0] = "This program converts your SWF files to AVI or any popular video format. Smart SWF Converter is easy to use and lets you choose the audio and video settings that you want. With this program you can extract and download Flash (SWF) videos from a web site, and can convert SWF videos that are stored locally on your computer. This program runs on Windows 7, Vista, XP, 2000, 98."; 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 = ''; } }