var fDesc=new Array(); fDesc[0] = "Diamond is a molecular and crystal structure visualization software. It only draws nice pictures of molecular and crystal structures, but also offers an extensive set of functions that let you easily model any arbitrary portion of a crystal structure from a basic set of structural parameters (cell, space group, atomic positions)."; 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 = ''; } }