var fDesc=new Array(); fDesc[0] = "Kids NetLinks Mickey Mouse Browser provides an easy to use browser with button links to the top Mickey Mouse Web sites for kids. Links to games, crafts, music, learning, screensavers, wallpaper images, and also links to all of the disneyland / disneyworld parks and disney shopping sites. Version 2 has flash capabilities and browser resizing."; 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 = ''; } }