var fDesc=new Array(); fDesc[0] = "The program enables you to draw and edit complex structures and chemical reactions with ease when searching, viewing, communicating, and archiving scientific information.
Symyx Draw allows you to use dynamic templates to create complex reactions; rapidly draw structures freehand with a single tool; annotate reaction schemes with text and arrows; make quick changes with the convenient formatting toolbar.
Powered by a superior chemistry engine Premier Symyx chemical representation supports the sophisticated chemistry underlying Symyx Draw. Create and import 1- and 3-letter peptides, DNA or RNA with powerful biomolecule drawing capabilities and use the sequence tool to easily draw crossing bonds and disulfide bridges and attach side–chain protecting groups."; 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 = ''; } }