var fDesc=new Array(); fDesc[0] = "GeoChemical Data ToolKIT is a system for handling and recalculation of whole-rock analyses from igneous rocks. It is written in R, a language and environment for statistical computing and graphics. Moreover, some basic statistical methods are implemented (both for the whole data set and individual groups) using a fraction of the power built in R language. Included are the descriptive statistics, boxplots, histograms, principal component and cluster analysis."; 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 = ''; } }