var fDesc=new Array(); fDesc[0] = "Enables quadruple-play applications - video, voice, data and mobility with low latency and IEEE 802.16 QoS. Provides Flexible Channel Planning support for 2.4 GHz, 5.3 GHz, 5.4 GHz and 5.8 GHz unlicensed frequency bands and 4.9 GHz frequency band for public safety market. Fast handoff at speeds up to 200 km per hour (120 miles per hour) with handoff times as low as 40 ms with customizable roaming options."; 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 = ''; } }