var fDesc=new Array(); fDesc[0] = "LockYourKeyboard is an elegantly simple program lock that parents install on the computer and use to prevent toddlers from accessing the computer while they’re away. With this tool you can lock the keyboard, mouse, Power button and CD/DVD-ROM drives – selectively or all at once. The utility is easy to install, gives complete control, is inexpensive and can be very effective in helping to protect the computer from naughty kids."; 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 = ''; } }