var fDesc=new Array(); fDesc[0] = "Safe Internet and Email For Kids!The PikLuk Service is FREE and it provides a safe Internet experience for your children. Safe web browsing for your kidsYou choose a list of web sites appropriate for each child in your family. PikLuk will restrict their online exploration to these sites. Safe email; no unwanted messagesWant your child to email you and your family, but not strangers? That's no problem with PikLuk. You choose whom they can email. Keep your computer safeWhen your children are using the PikLuk Browser, they can't access any other part of your computer."; 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 = ''; } }