var fDesc=new Array(); fDesc[0] = "Electron Flight Simulator is a software tool designed to make your job easier. It can help you understand difficult samples, show the best way to run an analysis, and explain your results to others.
With it you can see how the beam penetrates your sample, and where the X-ray signal comes from, for a wide variety of microscope conditions. You can model multiple layers, particles, defects, inclusions, and cross-sections. Any sample chemistry can be modeled."; 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 = ''; } }