var fDesc=new Array(); fDesc[0] = "NovAtel Connect is a windows-based GUI that allows you to access your receiver’s many features without the need to use a terminal emulator or to write special apps. It lets you easily communicate and configure your receiver via serial port, USB or ethernet connection using a PC. You can also import your existing connection settings from CDU connections to NovAtel Connect using the built-in Connection Import Tool."; 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 = ''; } }