var fDesc=new Array(); fDesc[0] = "Match! is a program for phase identification using powder diffraction data. It compares the diffraction pattern of your sample to a database containing reference patterns in order to identify the phases which are present. You can also perform qualitative analysis and quantitative analysis (using Rietveld refinement).

You can easily setup and run Rietveld refinements from within Match!, with the actual calculations being performed automatically, using the program FullProf in the background."; 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 = ''; } }