var fDesc=new Array(); fDesc[0] = "The Slideflight add-in sends your MS PowerPoint presentations in real time to smartphones and tablets of your audiences; they must install Slideflight app in their devices to receive the slides. After the installation, you will get the Slideflight toolbar in PowerPoint, using which you can log-in to your Slideflight account and start streaming your slides through the Internet."; 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 = ''; } }