var fDesc=new Array(); fDesc[0] = "AqQA was created with water engineers and aqueous geochemists in mind - or for that matter, anyone who keeps water chemistry data in a spreadsheet. With the AqQA spreadsheet, you can:

- Paste data directly from Excel
- Convert units with a mouse click -- no more keying in mole weights!
- Use common spreadsheet tools such as copy, paste, transpose, sort, and many others.
- Compare replicate analyses and check standards
- Mix samples
- Flag exceedances of regulatory limits
- Check for internal consistency against AWWA standards
- Calculate fluid properties such as water type, TDS, hardness, conductivity and carbonate speciation
- Calculate calcite saturation and CO2 fugacity
- Quickly create Piper, Stiff, Ternary, Durov, and 7 other plot types"; 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 = ''; } }