var fDesc=new Array(); fDesc[0] = "Jmol is a Java based application and an applet for displaying 3D chemical information. Features include reading a variety of file types, including PyMOL session files and output from quantum chemistry programs, file writing (including JPG, PNG, PNGJ (PNG ZIP), and ZIP formats), and animation of multi-frame files and computed normal modes from quantum programs, surfaces, translucency and more."; 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 = ''; } }