var fDesc=new Array(); fDesc[0] = "The MicroSurvey Calculator has RPN functionality similar to the popular HP calculators. With its easy unit conversion for linear distance or angle conversions and simple interface, the MicroSurvey Calculator is the perfect addition to your desktop.
The calculator was originally designed for their data collection software. They soon realized that a desktop version would be very useful ."; 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 = ''; } }