var fDesc=new Array(); fDesc[0] = "Gain control of, and access to, all of your concrete testing data. Manage the collection of field sample data, schedule laboratory testing of specimens and record test results. Generate reports for internal management and regulatory compliance.

Prepare test reports and statistical 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."; 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 = ''; } }