var fDesc=new Array(); fDesc[0] = "Panorama Necto is the industry’s first socially-enabled Business Intelligence solution that offers a new way to connect data, insights, and people in the organization. It represents a new generation of BI solutions that enable enterprises to leverage the power of Social Intelligence to gain insights more quickly, more efficiently, and with greater relevancy.

Panorama Necto is a business-user-driven application built upon three key pillars:

- Social BI
- Automated Relevant Insights
- Self-Service"; 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 = ''; } }