var fDesc=new Array(); fDesc[0] = "NeoNeuro has innovative data analysis which in one click calculates the most important parameters, visually shows the influence of each value of each parameter to the final result and even generates Excel formula which can be used in your business processes or science researches.

Main features:

- Pivot Table with charts and settings
- Suggests to divide parameters (columns) into important and unimportant and uses the last parameter as a result
- Detects numerical parameters and divides them into convenient clusters
- Influence of each parameter is calculated and colored
- Tree for the most valuable parameters and even Excel formula to predict values"; 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 = ''; } }