var fDesc=new Array(); fDesc[0] = "The DoStudio AVC Encoder (DSE) is a cost-effective, easy to use Blu-ray encoding solution optimized for the output of your Final Cut Pro, Premiere or Avid workflow. Featuring QuickTime and AVI input, the DoStudio Encoder outputs high quality constant and variable bit rate streams that are guaranteed 100% Blu-ray spec-compliant. While other multi-use encoders offer Blu-ray support, DSE is optimized exclusively for Blu-ray encoding with support for Primary and Secondary (Picture-in-Picture) video streams and even standard-def encoding for high-quality, low-bitrate encoding for SD bonus features."; 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 = ''; } }