var fDesc=new Array(); fDesc[0] = "Motorola provides the PTP LINKPlanner application with the PTP 250, PTP 300, PTP 400, PTP 500, PTP 600 and PTP 800 equipment. Use PTP LINKPlanner to help predict where and how equipment will work.
The PTP LINKPlanner is an application that runs on Windows or Macintosh. It performs the calculations from the ITU recommendations ITU-R P.526-10 and ITU-R P.530-12 to predict NLoS and LoS paths for anywhere in the world."; 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 = ''; } }