var fDesc=new Array(); fDesc[0] = "DisplayNote allows you to send slides to the smartphones and tablets of participants. You can also present wirelessly with your iPad or Android; the slides are synchronized in real-time. Attendees can also view and capture your slides on their device and collaborate with each other."; 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 = ''; } }