var fDesc=new Array(); fDesc[0] = "ICM-Browser-Pro is a high quality visualizer and annotator for three dimensional molecular structures, sequences, alignments, chemical spreadsheets and biological data. It allows you to read data from multiple file formats, annotate the data, and write multi-slide documents in a single small cross-platform file. ICM Browser Pro is well suited for creating, storing and sharing structural, biological and chemical information."; 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 = ''; } }