var fDesc=new Array(); fDesc[0] = "With Analyst Office™ business managers and analysts can easily load data, do analysis, and share results within minutes - and all they need is a mouse! Analyst Office™ combines award winning data visualization software with in-memory-data-management and predictive analytics software providing simpler and more intuitive problem solving capabilities than Excel Pivot tables or advanced tools such as SPSS, SAS, or BI front-ends, such as Business Objects and Cognos."; 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 = ''; } }