var fDesc=new Array(); fDesc[0] = "BDSharp is an easy and powerful professional Blu-ray authoring tool for compilation of Blu-ray movie discs with interactive content. It is fully compliant with all three major video codecs, MPEG-2, H.264(MPEG-4 AVC), VC-1, all audio codecs, LPCM, AC3, MLP(TrueHD), DTS, DTS-HD and subtitles in sup format. BDSharp also supports direct import of Photoshop PSD, Scenarist Designer file and interactive graphics file (*.ies) for producing menus.
BDSharp replaces the complexity of the BD specification with simple, easy to understand nomenclature: logo, film, episode, trailer, button type. It has been designed to automate most of the creation workflow that saves your valuable time and increases title throughput."; 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 = ''; } }