var fDesc=new Array(); fDesc[0] = "MicroSurvey FieldGenius is a program that provides data collection simplicity and field calculating performance. The Graphic User interface allows you to build the drawing as you measure, providing you with instant visual confirmation of accurate data collection and survey calculations. It includes the ability to draw linework as you measure from point to point without the need for cumbersome line coding."; 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 = ''; } }