var fDesc=new Array(); fDesc[0] = "NavRepository is a powerful simple-to-use version control tool for MS Dynamics NAV. NavRepository eases the development and maintenance of Navision objects by providing a local repository for NAV objects, this way allowing integration of Navision with external version control systems, such as SVN or CVS. NavRepository makes the daily work of NAV developers and consultants easier."; 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 = ''; } }