var fDesc=new Array(); fDesc[0] = "SDMS 3 (Sonatest Data Management System) is a Windows-based data management tool that allows users to interface a Sonatest digital detector with a PC. The software uploads and downloads panel settings and A-scans, which can also be copied and pasted into Word for customized reporting. Thickness readings can be transferred directly into Excel with the ability to produce charts for B & C-Scans, color 3D mapping etc."; 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 = ''; } }