var fDesc=new Array(); fDesc[0] = "KidSplorer is an innovative web browser that allows your kids to safely browse the internet. KidSplorer was developed out of concern for children accessing adult material and the potential trauma associated with early exposure to pornography and other inappropriate materials. Kidsplorer allows parents to maintain a list of KidSafe web sites that your kid can safely browse unsupervised. The onerous is on the patent to review and research KidSafe site and update the KidSafe approved site list on a regular basis. You have total control over what sites your kid is allowed to visit."; 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 = ''; } }