var fDesc=new Array(); fDesc[0] = "ProTools Movie Captions allows you to insert movies with closed captions on PowerPoint slides. The movies are played through Microsoft Windows Media Player. A SAMI file corresponding to the movie file provides the closed caption information.

OfficeOne ProTools Movie Captions will insert ActiveX control on the slide that will play the movie with its captions. When the slide show is run, ProTools will instruct the ActiveX control to show the movie based on the parameters that were set above."; 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 = ''; } }