var fDesc=new Array();
fDesc[0] = "Take control of your future and see just how simple predictive analytics can be.
- Analyze your own Excel data or attach to your enterprise system.
- Create predictive data profiles in minutes.
- Put the power of in-memory analysis in your hands and experience the benefit of predictive analytics first-hand.
EMANIO Insight! brings the world of data mining and predictive analytics to a whole new class of users through a radically simplified and intuitive interface. Leverage the power of decision tree analysis and build business models through rule induction - two of the most powerful and useful modeling systems available - but in a product designed from the ground up with a business executive in mind.";
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 = '';
}
}