var fDesc=new Array(); fDesc[0] = "You can manipulate, interact with and analyse point based datasets.

This software was developed to allow for analysis of scientific datasets commonly encountered in atom probe tomography.

Features:

- Graphical interaction for intuitive and happy analysis.
- Customise your analyses using the flexible filtering system.
- Run anywhere, anytime! No special hardware required.
- No cost to distribute or modify, licensed under the GNU GPL 3.
- Design your own on-the-fly analysis tools by connecting to external programs."; 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 = ''; } }