var fDesc=new Array(); fDesc[0] = "Airmux-200 is a carrier-class, high capacity, point-to-point broadband wireless transmission system. Airmux-200 combines legacy TDM and Ethernet services over 2.3 to 2.7 and 4.0 to 5.9 GHz bands, and is suitable for deployment in FCC, ETSI, CSA-regulated countries, and other regions. The system provides up to 48 Mbps wireless link and supports ranges of up to 80 km (50 miles) with an external antenna."; 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 = ''; } }