var fDesc=new Array(); fDesc[0] = "Using source control is an indispensable safety net for any professional developer, regardless of programming language or file size. Not only does source control provide an inherent backup mechanism by storing versions of any file you add to a repository, it also provides an effective means of coordinating who works on what in a team.

Source control is not limited to developers. System and network administrators should use source control to manage their library of production scripts. From the single administrator who needs a backup and versioning solution to a team that wants change control so that there's no confusion about who has the latest version, ChangeVue is an easy to use solution.

ChangeVue 2009 provides a lightning fast, set-up in minutes way of adding source code control to your environment. No matter whether you work alone, or in a small team, ChangeVue 2009 can adapt to your needs."; 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 = ''; } }