var fDesc=new Array(); fDesc[0] = "DigiPro software is used to process and plot inclinometer data.
It creates high-resolution graphs and provides advanced
routines for identifying and correcting systematic errors.
DigiPro works with the project databases created by DMM for Windows. After DigiPro is installed, it will run 45 times. After that, it will stop running. To remove the run-limitation, you must purchase DigiPro and request an unlocking key (a coded number). If you have already purchased DigiPro, we have your company and city in our database, but you must contact us for the key."; 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 = ''; } }