var fDesc=new Array(); fDesc[0] = "ioGAS is an optimal exploratory data analysis app for the detection of patterns, anomalies and relationships in your geochemical and geometallurgical data. ioGAS offers tools and workflows for efficiently interpreting your data by capturing the experience and knowledge of the REFLEX GEOCHEMISTRY team of world-class geochemists."; 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 = ''; } }