var fDesc=new Array(); fDesc[0] = "STN Express provides powerful tools for analysis of chemistry and intellectual property information. Easily mine large data sets, look for trends, and create graphical depictions of data for use in reports and presentations.

Key features include the breadth of available content, Discover! wizards, post-processing tools, and access to valuable structure, sequence, and property information."; 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 = ''; } }