var fDesc=new Array(); fDesc[0] = "VSS2SVN is a simple utility project that aims to help migrate the contents of a source safe database to subversion.
To do that, VSS2SVN uses two key assemblies: the Microsoft sourcesafe interop assembly, which allows for fast access to VSS, version 5.2.0.0. and SharpSVN which is statically compiled with support for SVN 1.5.5."; 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 = ''; } }