var fDesc=new Array(); fDesc[0] = "The flexible and powerful Data Mining and Interactive Visualization tool.

Import your data and navigate at the speed of light. The tool disappears, your preferences and insight come into the spotlight.

Analyze both entities and relationships (graph and network analytics).

Build and debug predictive models, cluster similar cases together, map your data in creative ways for decision making."; 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 = ''; } }