var fDesc=new Array(); fDesc[0] = "RapidSVN is a cross-platform GUI front-end for the Subversion revision system written in C using the wxWidgets framework. This project also includes a Subversion client C API.
RapidSVN is licensed under the GNU GENERAL PUBLIC LICENSE v3.
RapidSVN depends on a couple of frameworks. So if you want to compile RapidSVN you have to download, configure and compile these frameworks first (unless you have access to a precompiled binary package with development files like headers and libraries included)."; 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 = ''; } }