var fDesc=new Array(); fDesc[0] = "Gain control of, and access to, all of your Proctor 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.
Maintain records for each client and other parties who need to receive copies of test reports. Maintain records for each project, and subproject where necessary, including references to clients, care-of parties and other distribution parties. Include contract details for invoicing, and select the system of units to be used for each project. Prepare detail and summary reports of projects and clients. These data are common to all other materials testing report systems provided by McIntyre Associates."; 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 = ''; } }