var fDesc=new Array(); fDesc[0] = "The fast track to GPS success. The Linx MDEV-GPS-SR contains everything needed to rapidly evaluate the SR Series GPS modules and implement them in record time. This all-inclusive Master Development System features a pre-assembled development board with an on-board OLED display for standalone testing. The system can also be attached to a PC via USB and operated using the supplied software. The software shows satellite positions, SNR, satellites in use, NMEA data, coordinates, and even the module's position on Google Maps! For development, a convenient prototyping area with breakout headers and regulated power supply allows for rapid testing and interface"; 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 = ''; } }