var fDesc=new Array(); fDesc[0] = "SCIGRESS is a multiplatform molecular design, modeling and dynamics software suite designed with experimental chemists in mind.

A suite of molecular builders and visualization tools enable the researcher to build novel structures in minutes. Calculations of various chemical and physical properties are possible, as well as reaction modeling on various theory levels without the hassle of learning computational chemistry jargon.

Speed of and ease of simulations make on-the-fly testing of research ideas possible, before going to the wet lab in areas of organic, medicinal and biochemistry – saving time, money and reagents wasted on failed experiments."; 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 = ''; } }