var fDesc=new Array(); fDesc[0] = "Blocksi Web Filter is a web filter and parental control extension for Google Chrome. It can be configured to protects your employees, students, and family from inappropriate content in the Internet. This application comes with a customizable URL blacklist and whitelist. It has 79 web categories and a database with 76 million rated web sites, and more then 20 billion rated web pages"; 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 = ''; } }