var fDesc=new Array(); fDesc[0] = "SoundCode For Dolby E is a suite of tools that makes Dolby E encoding and decoding fast and easy on Mac or Windows. SoundCode For Dolby E works for traditional tape-based workflows and emerging file-based workflows.

Main Features:

- Standalone application.
- Pro tools plug-ins.
- Final cut encode plug-in.
- AU / VST decode plug-ins.
- QT Player, Final Cut, VTR monitoring.
- Accelerated encoding.
- Folder decoding"; 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 = ''; } }