var fDesc=new Array(); fDesc[0] = "KidStarter makes any PC easy and safe for kids ages 3 and up!

With KidStarter, your kids have their own environment to explore and learn. Kids will only see content you approve of so you know they're safe. We also provide timers so you don't need to fight about how much time your kids spend online."; 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 = ''; } }