var fDesc=new Array(); fDesc[0] = "If you are looking for a chemical sketcher or an alternative to your current chemical drawing application, there is no better choice than ChemDoodle®. ChemDoodle works on all operating systems, has one of the largest feature sets in the industry, has the most customizable graphics, pastes scalable vector graphics and provides round trip editing into Microsoft Office, iWork and OpenOffice (among others), and can read and write all of our competitors’ formats. This is in addition to our web and mobile ChemDoodle extensions!"; 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 = ''; } }