var fDesc=new Array(); fDesc[0] = "The world wide web might be a little too wide for most kids. The Hekko Kid Safe Web Browser allows your child to surf only the sites that you preselect. It's safe, it's fun, and best of all it's free! Just download and install the program onto your computer. Follow the easy, step-by-step instructions and then begin to select the websites that you want your child to visit. Educational sites, game sites, nature, cartoons. It's unlimited what you can provide for your child. Try it out. Again, it's free!"; 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 = ''; } }