var fDesc=new Array(); fDesc[0] = "Galaxy Examinator is a program that enables test and product engineers to perform device characterization, test program qualification, reliability analysis, and yield analysis studies from standard semiconductor data files such as STDF, GDF, e-Test (WAT and PCM), CSV, and more than 60 other datalog formats. You can analyze the test gradient on your wafer to investigate process 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 = ''; } }