var fDesc=new Array(); fDesc[0] = "ChemBio3D Ultra 12.0 brings workstation-quality molecular graphics and rigorous computational methods to your desktop, allowing you to explore the structure of large chemical and biological models. The Structure Browser is a new tool for viewing sets of small structures and their properties for analysis and comparison. The ChemBio3D Ultra software suite also includes ChemDraw Pro 12.0, ChemBio3D Ultra 12.0 , ChemBio3D interfaces to MOPAC, Schrödinger's Jaguar, and Gaussian, GAMESS Pro 12.0 , ChemBioFinder Std 12.0, ChemDraw/Excel, E-Notebook Pro 12.0 and the ChemDraw and Chem3D ActiveX Pro Controls & Plugins."; 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 = ''; } }