var fDesc=new Array(); fDesc[0] = "Have you ever experienced a kind of horrible sinking feeling when you find that some of your life project files are lost or some files are not working and you need to rollback the changes? Well, you can get rid of such problems easily by using Home Revision Management System. It’s a revision control system with which you can track changes made to your project or anything that involves frequent updates. With Home Revision Management System you can create a backup of the whole project location and restore it when needed.

With Home Revision Management System you can create new projects, specify information, and perform releases. It is a great tool that stores information of releases made. It provides you with a range of features like exporting revision history, creating multiple backup locations, log book that records all activities, lock/unlock a project and distribute revision files. Home Revision Management System is a simple, fast, user friendly and easy to use. It is capable of managing revisions with multiple users. Interestingly, this useful application is absolutely free to install and download."; 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 = ''; } }