var fDesc=new Array(); fDesc[0] = "Software from the SeisSoft Company stores its projection and datum constants in the Windows Registry. A true propeller-head can find these constants in HKEY_CURRENT_USER\Software\SeisSoft. For those of you in the audience with enough geodetic knowledge to add or modify these constants, but lacking the computer skills (or the desire) to modify the Registry directly, the SeisSoft Company is making this utility program available.
This program is especially useful for adding new or custom projections or Molodensky datums."; 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 = ''; } }