var fDesc=new Array(); fDesc[0] = "The perfect combination of cutting-edge technology and amazing software that delivers powerful business analytics within hours. On-site, or in the cloud. Behind Prism's drag-and-drop user interface and eye-grabbing visualization options lies a technology that forever changes the world of business analytics software. By removing limitations to data size and performance imposed by in-memory and relational databases, Prism enables any business to deliver interactive terabyte-scale analytics to thousands of users within hours. Prism’s unique end-user tools enable non-technical users to perform tasks that once required support from a team of database admins, engineers, and data scientists. Data mash-ups, interactive browser-based dashboards, and ad-hoc analysis of high-volume data are all done with a user-friendly interface that anyone can learn and requires no programming skills."; 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 = ''; } }