var fDesc=new Array(); fDesc[0] = "BlockSmart helps concerned parents prevent their children from accessing any inappropriate web sites. With the simple three-step installation process, you can begin controlling your family's online activity within minutes. BlockSmart is a simple yet powerful tool designed to protect your children from explicit websites such as pornography, hate sites, or drug paraphernalia. It’s easy to setup! Simply install the software on the computer you wish to monitor then control the settings from any computer in the world! All you need is an Internet connection. Its web-based capability means you never have to go back to the computer you wish to monitor once the software is installed."; 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 = ''; } }