var fDesc=new Array();
fDesc[0] = "SourceAnywhere Standalone is SQL Server based version control software designed for both local and distributed teams. It comes with fast speed, enhanced security, cross-platform support, build automation integration support and robust scalability & reliability. Dynamsoft SourceAnywhere Standalone is a version control solution designed to
replace VSS. It's a SQL-based application that offers all the functionality of VSS, plus a
variety of additional features that make it a more comprehensive, reliable solution for
software development teams. This white paper offers an overview of why SourceAnywhere Standalone is a better
choice than VSS for: System Administrators, Developers, Web Developers. SourceAnywhere Standalone has very low system dependency. That means it doesn't
need a framework, virtual machine runtime or web server to run. System Administrator
will be able to get SourceAnywhere Standalone up and running in your organization
in a matter of minutes.";
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 = '';
}
}