var fDesc=new Array(); fDesc[0] = "SourceGear Vault is a cross-platform version control and work item tracking solution for small and medium-sized teams. Vault was also designed to be a replacement for Visual SourceSafe, providing new features and improved functionality along with a simple interface. It is based on a client / server architecture using services such as Microsoft SQL Server and IIS Web Services. The client connects to the Vault Standard Server and allows users to locally manage files under source control."; 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 = ''; } }