var fDesc=new Array(); fDesc[0] = "PowerPoint Add-in For Response by Banxia adds a reminder on opening to disable the Interwrite version.
To use the add-in, uninstall the Interwrite add-in using the Start menu option to Unregister the add-in (this can also be done using a button in the Banxia add-in). Then run the MSI that is provided in the download, which will register this new version. The panel will be available automatically. If you close it, you can show it again using the button in the Banxia Response section of the toolbar."; 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 = ''; } }