var fDesc=new Array(); fDesc[0] = "Visual Source Safe Explorer. Shows the status (checked out, different ) for all included files in a .NET or VB project in a singular view categorized by filetype.
projx is a quick and easy to use project sharing system giving you the opportunity to securely access, manage, comment on and sign off every digital file related to the project you are currently working on with us."; 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 = ''; } }