var fDesc=new Array(); fDesc[0] = "SourceOffSite is a solution to access your SourceSafe data quickly and securely, locally or over the internet. The SOS client has been rewritten from the ground up. It looks, feels, and behaves like a modern, powerful Source Control client — which is just what it is. SOS lets you open multiple tabs, to see simultaneous history views, search results, and project listings all at once.
SOS also gives you one window to find and manage your Working Folder settings, one-click shares of folders and trees, and more."; 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 = ''; } }