var fDesc=new Array(); fDesc[0] = "Kids NetLinks Extreme Web Browser provides over 40 top kids links to the top sites with 7 tabbed browsing and Web tracks cleaning. With 1 button click access to the top educational, fun and games sites plus 7 tabs to have 7 Web sites open at once. Additionally, you can clean your Web tracks with a click of a button at any time. Access Google Earth, MSN encyclopedia, Web e-mail accounts and more with a click of a button. Easy to use for all kid's ages. Also save any and all of your favorite Web sites via the various bookmark sites linked within the extreme browser."; 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 = ''; } }