var fDesc=new Array(); fDesc[0] = "Remote controlling your PowerPoint and Keynote presentation has never been easier. Connect from your phone to your Windows or Mac OS X computer with either Bluetooth or Wi-Fi. Change slide with a single click, swipe or the volume buttons on the phone. And at the same time get access to a number of features that maximize your ability to deliver the presentation.
Features:
Complete control of PowerPoint and Keynote slides including animations.
Slide image and slide notes displayed on phone
Bluetooth and WiFi support
Mouse mode
Swipe finger to change PowerPoint slide
Set presentation max time and keep track on time elapsed
Jump to any slide in the presentation
Toggle black screen"; 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 = ''; } }