var fDesc=new Array(); fDesc[0] = "TIBCO Spotfire Server acts as the hub of the Spotfire system. The TIBCO Spotfire Server is used by TIBCO Spotfire, TIBCO Spotfire Web Player, and TIBCO Spotfire Automation Services to identify users and assign privileges, and it serves as a central storage for settings, preferences, updates, and analyses.

It handles user logins, configuration (users, groups, licenses, preferences) and connects users to external data sources. It stores all this information in the TIBCO Spotfire Database."; 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 = ''; } }