var fDesc=new Array(); fDesc[0] = "GNSS Solutions is a comprehensive office program with all the tools required to successfully process GPS, GLONASS and SBAS survey data. It provides optimal results from any combination of static, rapid static or kinematic data. It enables you to combine background maps with land survey projects and prepare stake out missions in the office."; 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 = ''; } }