var fDesc=new Array(); fDesc[0] = "Hi-Target Geomatics Office is a desktop data processing software. Due to its new engine to process baseline, the program can calculate the data for super long time observation, and it can eject gross error, make the work to process baseline very simple. This software supports GPS/Glonass/Compass multi-system solution."; 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 = ''; } }