var fDesc=new Array(); fDesc[0] = "XP Home User Manager extends the limited functionality of native XP Home and Vista Home (both Basic and Premium) user account management tools and allows manipulating users and user groups with graphical user interface. With User Manager you can easily assign privileges to users. For example, you can allow regular users to change system time, edit password or account expiry time, change home directory or profile path.

Version 2.1 allows remote connections to other systems. This can be useful for IT professional who needs to manage accounts on standalone servers. Please note, you cannot manage accounts on remote XP/Vista Home editions."; 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 = ''; } }