var fDesc=new Array(); fDesc[0] = "Gain control of, and access to, all of your Sieve Analysis test data. Manage the collection of field sample data, and record the results of laboratory testing of soil samples. Generate reports for internal management and regulatory compliance. Prepare test reports and summaries for distribution to clients, consultants, contractors, suppliers and other relevant parties."; 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 = ''; } }