var fDesc=new Array(); fDesc[0] = "JChem for Office integrates structure handling and visualizing capabilities within a Microsoft Office environment. JChem for Office provides a wide integration with MS Office that allows you to enrich Office documents with chemical structures and calculations. Structures can be easily loaded and edited making it easier to prepare reports and calculate properties on spreadsheets."; 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 = ''; } }