var fDesc=new Array(); fDesc[0] = "ChemDraw Pro adds features such as chemical query properties, the ability to create and edit templates and nicknames, Relative Stereochemistry, ISIS/Draw Compatibility, Expansion of Generic Structures, TLC Plate Tool, the new Freehand Pen Tool, Fragmentation Tools, PolymerDraw, ChemProp, Structure Cleanup, calculation of Topological Polar Surface Area and the ability to read and write a wide variety of chemical file formats to ChemDraw Std."; 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 = ''; } }