var fDesc=new Array(); fDesc[0] = "CueMol is a computer program for macromolecular structure visualization. CueMol performs the needed operations to visualize and create the publication-quality images of the macromolecular structures with user-friendly interfaces. Currently supported files are molecular coordinates (PDB format), electron density (CCP4, CNS , and MTZ formats), MSMS surface data, and APBS electrostatic potential map (OpenDX format)."; 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 = ''; } }