var fDesc=new Array(); fDesc[0] = "Movie Plug-in for TMPGEnc Video Mastering Works 5, TMPGEnc 4.0 XPress, TMPGEnc Authoring Works 5 and TMPGEnc MovieStyle that enables support of Toshiba Corporation's SpursEngine™.This product is a plug-in which makes it possible for TMPGEnc Video Mastering Works 5, TMPGEnc 4.0 XPress, TMPGEnc Authoring Works 5 or TMPGEnc MovieStyle to perform hardware encoding on devices embedded with the Toshiba Media Streaming Processor SpursEngine."; 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 = ''; } }