var fDesc=new Array(); fDesc[0] = "Sothink SWF Editor is designed mainly for following users to fast edit SWF/GLS files. With Sothink SWF Editor, you can get rid of the complicated Adobe Flash tool to execute changes. Instead, you only need to open the SWF/GLS in SWF Editor, and then fast locate the target tag value and change it as needed."; 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 = ''; } }