var fDesc=new Array(); fDesc[0] = "Receive direct anonymous response via SMS, internet and Twitter in your PowerPoint presentation using Shakespeak. Via the new Shakespeak toolbar in your PowerPoint, you can now add votes to every presentation. Besides voting on questions, it is also possible to create slides via the plug-in that can receive messages from your audience."; 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 = ''; } }