var fDesc=new Array(); fDesc[0] = "DualSup is a unique professional Blu-Ray subtitle tool which designed to convert a single subtitle from SRT, ASS/SSA, SST, BDN to PES, SUP or BDN format and to transfer two arbitrary subtitles with different time line to a single subtitle. For example, you can display two language subtitles like English and Chinese at the same time. Also you can show dialogue and director review subtitle simultaneously. With PES or BDN output, the third-party authoring tools like Scenarist can import it directly."; 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 = ''; } }