var fDesc=new Array(); fDesc[0] = "Verity child monitoring software allows you to track and monitor what your kids are doing on the computer and online in an easy, non invasive way. After a quick setup, Verity will begin logging the programs being used, websites visited, count keystrokes and mouse clicks, and take screenshots of onscreen activity. All the data is accessible through a password protected web interface. Instead of relying on the honor system or looking over your child's shoulder every time they use the computer, Verity gives parents peace of mind. Let Verity do the watching for you and actually see what your children do on the computer at your leisure."; 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 = ''; } }