var fDesc=new Array(); fDesc[0] = "SDMS is a database management software for the Sonatest products.
It comes as standard, allowing the capture of the currently displayed A-Scan and transfer to Microsoft Word. This is useful for producing application notes or reporting indications. The optional full version uploads and downloads panel settings and A-Scans, which can also be transferred into Microsoft Word for customised reporting. Thickness readings can be transferred into Excel for more advanced analysis such as charts for B & C-Scans."; 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 = ''; } }