var fDesc=new Array(); fDesc[0] = "SupConverter is a flexible, reliable and friendly solution created to help you easily convert SRT, ASS/SSA, SST, BDN subtitles to Blu-ray PES, SUP and BDN format. It supports many advanced features for text subtitle, like vertical text, right-to-left read order, extra line space, outline, shadow. It also provides four type brush: solid, hatch, linear gradient and texture."; 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 = ''; } }