var fDesc=new Array(); fDesc[0] = "SIMNRA is a Microsoft Windows program for the simulation of backscattering spectra for ion beam analysis with MeV ions. SIMNRA is mainly intended for the simulation of non-Rutherford backscattering, nuclear reactions and elastic recoil detection analysis (ERDA). More than 300 different non-Rutherford and nuclear reactions cross-sections for incident protons, deuterons, 3He, 4He and Li-ions are included. SIMNRA can calculate any ion-target combination including incident heavy ions and any geometry including transmission geometry and arbitrary foils in front of the detector."; 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 = ''; } }