var fDesc=new Array(); fDesc[0] = "Jocsoft FLV Converter is an easy to use and fast converter to convert popular video files to FLV and SWF streaming Macromedia Flash. Support almost all popular formats, including AVI, MPEG, Quicktime, MP4, WMV, ASF and so on. Can convert AVI to FLV, MPEG to FLV, WMV to FLV, MOV to FLV, MP4 to FLV. MP3 to FLV, etc. Also converts AVI to SWF, MPEG to SWF, MOV to SWF, MP3 to SWF, 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 = ''; } }