var fDesc=new Array(); fDesc[0] = "P4SCC, the Perforce SCC Plug-in, integrates Perforce's version management functions with the family of Microsoft's visual development tools and any IDEs that support the Microsoft SCC API.

Access the power and functionality of Perforce's award-winning SCM from within the familiar Visual Studio environment. P4SCC supports your workflow and provides the ability to check out, diff, and request the latest version of files from the Solution Explorer's context menu."; 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 = ''; } }