var fDesc=new Array(); fDesc[0] = "Team Coherence Server is the core of the Team Coherence suite of configuration management tools. It provides secure access to the data managed by Team Coherence either through a Local Area Network, or remotely through a WAN or the Internet.
Team Coherence Server can be run as a Service under Windows NT and 2000, or as a standalone application under Windows 9X and multiple instances of the server can be run on the same machine. Each instance of the server represents a Team Coherence Repository.
Setting up the Team Coherence server is a relatively easy task. The server uses TCP/IP for communication with the client applications so configuring a repository normally consists of setting the communications port that the server listens on and a path to the repository storage directory."; 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 = ''; } }