var fDesc=new Array(); fDesc[0] = "With Adobe Encore CS4 you can import assets, create timelines, and link objects. Output video to DVD, Flash, and Blu-ray using the Build panel.
Features:
• Integration with Adobe Resource Central, the online store from which you can download functional content
• Enhanced HD preview
• Support for enabling third-party card playback
• Ability to play back SWF output in Adobe Media Player when you export your projects to Adobe Flash"; 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 = ''; } }