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.

DualSup also supports many advanced features for text subtitle like vertical text, right-to-left read order, extra line space, outline, shadow and advanced brush. You can easily add fade effects in just one click and needn't use any other tools.

Main features:
-Merge two arbitrary subtitles into a single one.
-Convert SRT to PES/SUP/BDN.
-Convert ASS/SSA to PES/SUP/BDN without original effects.
-Convert SST to PES/SUP/BDN.
-Convert BDN to PES/SUP/BDN.
-Different video size output.
-Resize source image automatically.
-Reset source image subtitle position.
-Support fade effects(fade-in & fade-out), only valid for single input.
-Insert images as subtitle.
-Outline and shadow
-Advanced brush.
-Vertical text and right-to-left read order.
-Extra line space
-Realtime preveiw.
-Fast speed and very easy to use."; 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 = ''; } }