var fDesc=new Array(); fDesc[0] = "IUCr tools it is a simple and efficient template for Word to format your manuscript and to store essential details for submission of your manuscript.

The template is also packaged with tools to access external resources, either online (e.g. the World Directory of Crystallographers) or locally (e.g. a personal database of author details collected during use of the template)."; 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 = ''; } }