var fDesc=new Array(); fDesc[0] = "MagnetSVN is a version control application for Microsoft Office. With this program, you can decide yourself when to create a new document version, supply changes with a note for you and your colleagues, review your changes and then commit or revert them, access a document repository via a secure internet protocol, store and exchange documents effectively with diff-based algorithm, 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 = ''; } }