var fDesc=new Array(); fDesc[0] = "The VSS.net server and Lite Client versions are free to use. You are not free to distribute the software other than by linking to this page. Note: VSS.net is an add-on product for Visual SourceSafe™. According to the Microsoft license agreement, each user needs a copy of Visual SourceSafe™. VSS.net is not intended to replace Visual SourceSafe™, nor is it intended to provide a way for you to circumvent the Visual SourceSafe™ license."; 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 = ''; } }