var fDesc=new Array(); fDesc[0] = "Periscope software displays the screen of a Windows Mobile SmartPhone or Pocket PC onto a desktop or laptop PC for projection, remotely controls PowerPoint presentations and remotely manages files and programs on devices. Full screen display on black background for maximum impact and colour PowerPoint thumbnails on SmartPhone and Pocket PC for confident presentations. Periscope is excellent for training clients and colleagues on the new mobile solutions for business. Periscope is also an 'Over The Air' (OTA) tool for management of remote Windows Mobile Smartphones."; 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 = ''; } }