var fDesc=new Array(); fDesc[0] = "SourceConneXion provides a Delphi, Borland Developer Studio and C Builder IDE integration for all SCC API compliant source control products (Including SourceOffSite, StarTeam, PVCS, Serena VM 8, Perforce, Surround SCM, CVS (With PushOk CVS Proxy), Subversion (with PushOk SVN Proxy), ClearCase, MKS Source Integrity, QVCS, CS-RCS and more) .
SourceConneXion is an integration of SCC Compliant Source Control Providers and Borland Delphi or C Builder."; 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 = ''; } }