var fDesc=new Array(); fDesc[0] = "TamTam SVN SCC is a Microsoft Source Code Control (MSSCCI) compliant implementation that seamlessly integrates the Subversion (SVN) client with products like Microsoft Visual Studio / Visual Studio.NET, MatLab, FoxPro, 3D Studio Max and other MSSCCI compliant applications. TamTam SVN SCC supports getting latest files, check-in, check-out, opening solutions/projects, binding to repositories, auto-module creation, file history/diff, and just about all other essential source control features."; 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 = ''; } }