var fDesc=new Array(); fDesc[0] = "MOVE3 is a program intended for the design, adjustment and quality control of 3D, 2D and 1D geodetic networks in compliance with the procedures of the "Delft School" of geodesy. MOVE3 allows fully integrated processing of GPS and terrestrial observations. It also provides a comprehensive quality control by precision and reliability analysis."; 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 = ''; } }