var fDesc=new Array(); fDesc[0] = "PrimaCode Transform for Windows is a Windows based computer solution built using the Microsoft .Net Framework and designed to best-fit one coordinate system to another using a least-squares two-dimensional conformal coordinate transformation.
When the transformation is complete, the two surveys (coordinate systems) share the same meridian and the same origin, that is to say, the two surveys occupy one unified coordinate space."; 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 = ''; } }