var fDesc=new Array(); fDesc[0] = "Remote Desktop Manager Free helps you manage all the remote machine data, passwords, and other information from a central location. You can then share these information with users in your team. Data can be imported from other applications like Dameware, KeePass, and RDCMan or using CSV file.

Remote Desktop Manager is also available in an Enterprise Edition with features such as auditing and reporting, role-based access controls, and database connectivity."; 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 = ''; } }