var fDesc=new Array(); fDesc[0] = "PBS Kids Browser provides direct access to the top learning games and activities.

Kids NetLinks provides all kids and parents the easiest way to set up a kids PC so they have easy access to the very best kids websites for learning and fun. Kids NetLinks allows you to change your desktop wallpaper to match your favorite character!
Kids NetLinks allows you to update your Internet Explorer Home Page to also match your favorite character!"; 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 = ''; } }