var fDesc=new Array(); fDesc[0] = "The Internet, though revolutionary, has never really been designed for kids. In addition to the technological barriers, it's hard for our young web surfers to avoid all of the junk floating around cyberspace. This program is a multimedia browser kids can use to safely surf the Internet. With large buttons and simple controls, kids can easily explore all the truly good things the Internet has to offer. AT Kids Browser works with Internet Explorer to provide an entertaining and educational environment. The setting is "Mice's Home," where kids can click to enter various rooms and access interesting web sites. AT Kids Browser works like any standard web browser. Kids can navigate forward and backward with point-and-click ease."; 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 = ''; } }