var fDesc=new Array(); fDesc[0] = "Moyea SWF4Tube Converter is a program that can convert Flash Projector EXE file and SWF to flash video formats like FLV and MP4, MOV, 3GP, 3G2 with H.264 codec. It enables users to interact with the Flash content during the conversion, it supports loop capture for conversion and batch-mode conversion."; 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 = ''; } }