var fDesc=new Array(); fDesc[0] = "Access Boss is a very useful tool that can limit access time to your computer for other users. You can decide who, when and how long can access your computer or when can not access your computer. Access Boss can be useful for commercial use like in IT departments, small business or for home use. Access Boss can work as parental control software also that can stop your children playing games all the day.

Access Boss offers you a very flexible control on your computer's access. Using Access Boss you can limit logon time for individuals for certain days of a week, like only 4 hours for Sundays and 2 hours for Mondays and so on.

Additionally Access Boss enables you to make shell restrictions like disable task manager, registry editor, run option in start menu, control panel, command line and all those things that somebody can use to harm or change your system settings. If a person has good computer knowledge, he can use the task manager to terminate Access Boss to have complete access to your computer. In such cases disabling the task manager is the best option. You can block any local disk drive and use password protection to prevent unwanted change to your settings.

This new release a new added option to display a message when a user is not allowed to logon and the userlist multiselection (now you can add several users to the restriction list at once). Also some minor bugs have been fixed in this new version."; 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 = ''; } }