var fDesc=new Array(); fDesc[0] = "SurfKeeper (SK) is Internet Filtering and Parental Control software. It provides parents, schools and libraries a great tool to protect children from harmful internet information. It can easily be configured to block and filter sites with pornography, violence scenes, drugs, gambling games, weapons and other unwanted information. SK is also able to perform content filtering. In addition, it provides administrative tool to let you setup allowed and permitted lists of web sites, online time, log files to track the internet surfing activities and instant messaging."; 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 = ''; } }