var fDesc=new Array(); fDesc[0] = "DataWarrior is a free Cheminformatics program for data visualization and analysis. The program combines dynamic graphical views and interactive row filtering with chemical intelligence. You can scatter plots, box plots, bar charts and pie charts not only to visualize numerical or category data, but also to show trends of multiple scaffolds or compound substitution patterns. The program supports the enumeration of combinatorial libraries as the creation of evolutionary libraries. Compounds can be clustered and diverse subsets can be picked. Calculated compound similarities can be used for multidimensional scaling methods."; 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 = ''; } }