var fDesc=new Array(); fDesc[0] = "ATAS Verifier is the main system for advanced thermal analysis. It can handle both grey and white samples and is adaptive to different alloys. ATAS Verifier uses a built-in expert system to interpret cooling curves for estimating the quality of the melt, as well as risks for defects."; 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 = ''; } }