var fDesc=new Array(); fDesc[0] = "Jana2006 is a crys­tal­lo­graph­ic pro­gram fo­cused to so­lu­tion, re­fine­ment and in­ter­pre­ta­tion of dif­fi­cult, es­pe­cial­ly mod­u­lat­ed struc­tures. It cal­cu­lates struc­tures hav­ing up to three mod­u­la­tion vec­tors from pow­der as well as sin­gle crys­tal da­ta mea­sured with X-ray or neu­tron diffrac­tion."; 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 = ''; } }