var fDesc=new Array(); fDesc[0] = "JPS Viewer software helps the R&D engineers and GNSS users community to analyze the jps formatted files. The software can be downloaded for Windows© OS. It is simple and user-friendly interface tool that also supports GPS, GLONASS, SBAS and Galileo data and external events."; 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 = ''; } }