var fDesc=new Array(); fDesc[0] = "Parental Lock Guard by RIA Software Company is a great application for providing total control of access and usage of your computer. This software might be very useful for parents who want to limit the time their children use the computer. The huge advantage of this program is that it can’t be stopped without knowing a special password. So nobody will be able to break your rules. You can easily define how much time computer can be used per day, protect your folders from viewing and deleting, block web sites with bad content and block applications you don’t want to be used. You can even define a list of words and if address of a web site contains one of them it will be automatically blocked. Also Parental Lock Guard saves logs about all activities that are performed on your computer when you aren’t at home. The program has a very easy-to-use interface. So you will be able to perform all above-listed actions by several mouse clicks. The application has modest system requirements and won’t slow the performance of your computer. By the way it is absolutely free."; 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 = ''; } }