var fDesc=new Array(); fDesc[0] = "N7615B Signal Studio for 802.16 WiMAX is a flexible signal creation software tool with an intuitive graphical interface that lets you easily create waveforms to test WiBro and Mobile WiMAX (802.16e) components and receivers, with convenient access to the physical layer and basic MAC layer parameters. Optional capabilities provide application-specific customization with basic capabilities targeted for component design and test or advanced capabilities for receiver design and test."; 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 = ''; } }