var fDesc=new Array(); fDesc[0] = "Codice Software Plastic SCM is the next-generation software configuration and change management, created for today's demanding development environments.
Plastic SCM is for developers who don't want their version control tool to get in the way of coding. It's for managers who need the ability to understand what the status of their project is and for release managers who need to build stable releases.

Main Features:
- Task-driven development
- Distributed development
- Integration with developer tools
- Integration with Windows Explorer
- Xdiff and Xmerge
- Integration with Active Directory and LDAP."; 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 = ''; } }