var fDesc=new Array(); fDesc[0] = "Klarity Defect is an automated inline defect analysis module and data management system that helps fabs achieve faster yield learning cycles through real-time identification of excursions. Featuring easy recipe creation and seamless integration with inspectors and review tools, Klarity Defect is a yield acceleration strategy that provides capabilities such as efficient defect source analysis, to accelerate the identification of yield problems."; 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 = ''; } }