var fDesc=new Array(); fDesc[0] = "AgilePresenter WIFI Remote -Use this software to Remote-Control Powerpoint/Presentations from WIFI-enabled Phones!
Setup & usage:
-Extract the zip/archive to C:\AgilePresenter or somewhere similar.
-Double-click START_AGILE_PRESENTER.bat - if a firewall asks about permission, unblock and allow its port to be accessed from the local network.
-Connect phone to WIFI on the same network with your computer.
-Start your Powerpoint/Presentation on computer.
-Open you're phone's browser to the specified URL in AgilePresenter running on your computer... If there are no firewall problems, the page would load, you'd see a few buttons and the current screenshot of your PC - click the screenshot the simulate a click on computer making the presentation go next. Remote control your presentation from phone!"; 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 = ''; } }