var fDesc=new Array(); fDesc[0] = "LS Research brings you even more options in the wireless arena with the introduction of ready-to-use modules and ModFLEX, the only offering of its kind where from concept to completion—you have a choice.

Main features:

-Common Module Footprints and I/O
-Open Source Hardware Platforms—
-Develop your own application code on the hardware
-Gateway Platform with USB or Ethernet Connectivity"; 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 = ''; } }