var fDesc=new Array(); fDesc[0] = "Dora and Boots are in Wizzle World, trapped inside the Magic Storybook! Dora has the wishing crystal and needs to bring it to the Wishing Wizzle to get home. The mean witch, la bruja, is chasing after Dora and Boots, trying to steal the wishing crystal. Help our friends escape the witch as they cross Sea Snake Lake, through the Dancing Forest, across the rainbow and to the Wishing Wizzle. Then help send Dora and Boots back to the Rain Forest in time for Dora's birthday party!"; 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 = ''; } }