var fDesc=new Array(); fDesc[0] = "DIRDIF-2008 is a program for solving crystal structures. Major features are the use of Patterson methods, and special direct methods for solving symmetry problems. Powerful procedures are provided for the use of chemical knowledge to solve difficult structures. Ab-initio direct methods and structure refinement are not included in DIRDIF-2008.

DIRDIF-2008 for Windows is the Windows implementation of the latest DIRDIF release (2008.3), which is a considerably updated version of the previous release (99.2). See the included manual for full details. It is provided free of charge for academic, scientific, educational and non-commercial users, provided its use is acknowledged."; 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 = ''; } }