var fDesc=new Array(); fDesc[0] = "TIBCO Silver Spotfire makes business intelligence and analytics more accessible through its social-networking-like experience, allowing you to interact with data and share results in one click over the Web. Teams and workgroups can exchange ideas and insights and online publishers can embed live BI dashboards and reports into their websites or blogs."; 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 = ''; } }