var fDesc=new Array(); fDesc[0] = "Moyea SWF to Video Converter Pro is a handy utility to convert Macromedia SWF files to AVI, MP4 (iPod movie and PSP movie), MPEG, 3GP movie (3GPP/3GPP2), image series. It offers the solutions to those problems that many other flash to video converting tools cannot solve, such as video and audio synchronization, loss of frames, audio distortion, capturing alpha channel of the original SWF files, and the process of both internal and external Flash video (FLV), etc."; 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 = ''; } }