var fDesc=new Array(); fDesc[0] = "The Maestro Viewer Control is an ActiveX control for PowerPoint on Windows. It enables the user to transfer Maestro Workspace content to a PowerPoint presentation, and allows the presenter to manipulate the transferred content in 3D within PowerPoint (in a view-only manner).
You may also share PowerPoint presentations with colleagues — they only need to first install the Maestro Viewer Control on their system, and restart PowerPoint before viewing the presentation."; 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 = ''; } }