var fDesc=new Array(); fDesc[0] = "crystalXgraphic is a full-featured simulation of diffraction of 2D and 3D crystal lattices, designed for educational and scientific investigation of diffraction from crystal structures in real-time.

Main features:
- High Order Laue Zones (HOLZ) viewed without distortion on the sperical screen.
- Integration of particle (e.g. photon) detection flux to build up broadband wavelength scans.
- Flexible screen (flat) positioning for either transmission and reflection images."; 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 = ''; } }