var fDesc=new Array(); fDesc[0] = "E-Notebook Ultra electronically organizes information that is typically stored in paper notebooks by incorporating MS Excel & Word, ChemDraw reactions, stoichiometry grids and spectral data.

E-Notebook Ultra provides an easy-to-use interface designed to replace a paper laboratory notebook. It is the efficient, accurate way to write lab notebooks entries as you work. The lab journal maintains detailed records with BioDraw and ChemDraw structures and reaction drawings, Reaction and Stoichiometry information, Microsoft documents, spectra, images and a variety of other ancillary data. E-Notebook also offers searching capabilities by structure (full or sub-structure), keyword, dates and other types of data."; 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 = ''; } }