var fDesc=new Array(); fDesc[0] = "GeoPlot is a free VBA macro program used in Excel for plotting geochemical data. It has the following functions: X-Y plot, triangular plot, normalized spidergram, discrimination diagram, and the related functions such as calculating formulas and CIPW norm. GeoPlot also contains many normalization values used for spidergram and many discrimination diagrams. Users can also add new normalization values for spider diagrams and the specification data for a new discrimination diagram into GeoPlot. This program provides a menu and a toolbar in Excel for allowing easy management of these functions. GeoPlot has the advantage over the existing stand-alone plotting programs in that it allows data to be plotted and visualized easily in the Excel environment, which geochemists use to organize and valuate the data."; 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 = ''; } }