var fDesc=new Array(); fDesc[0] = "Aura® Is the automated expert system for multivariate statistical forecasting. It combines the unique power of full automated multivariate statistical analysis in unlimited dimensions with the remarkable ease of use. Be you the experienced mathematician or just a novice in forecasting with immediate and very practical goals, Aura® is just for you. It can both offer the instant forecast by one mouse click or expand for you many levels of complicated model trees that stay behind a few final digits."; 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 = ''; } }