var fDesc=new Array(); fDesc[0] = "IML Viewpoint Express turns standard PowerPoint presentations into interactive PowerPoint presentations. Your audience can use their handsets to vote on multiple choice and numeric range questions, enabling them to engage more fully with the information they are receiving. In addition, you, as the presenter, are then able to amend your presentation or engage in open debate, based on the results that are instantaneously displayed on your screen. This truly interactive voting system opens a two-way channel of communication between you and your audience, making for greater engagement and information retention."; 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 = ''; } }