var fDesc=new Array(); fDesc[0] = "NDTspec meets QA requirements for welding and documentation for all major codes and standards.
Main Features:
- has a large number of pre-drawn technique sketches that can be inserted into a report on the click of a mouse button
- allows you to create your own technique sketches for later use (using any com compliant drawing tool)
- includes a generalised form for recording other techniques such as visual or eddy current testing
- allows you to record multiple welds on each NDT/NDE report
- includes electronic decay chart and history log of shot times, development items etc.
- intelligent database of radiographic sources calculates present curies from initial curies"; 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 = ''; } }