var fDesc=new Array(); fDesc[0] = "GIT SCC proxy is the SCC API plug-in which provides access from practically all Microsoft SCC. It is logic continuation of our series of plug-ins CVS SCC proxy and SVN SCC proxy. The Microsoft SCC API is supported by: MS VC 5.0-7.0, MS VB 5.0-7.0, MS .NET, MS FrontPage, MS DEV and other Microsoft development tools. With the support of 3rd party tools this plug-in can be used by Borland IDE's."; 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 = ''; } }