var fDesc=new Array(); fDesc[0] = "Doras Carnival 2: At the Boardwalk is an adventure puzzle game for kids. Dora's Carnival 2 is suitable for all ages and helps build essential skills for young ones such as numbers and counting, hand-eye coordination, Spanish-language skills, and much more. Play 10 different boardwalk-themed games and win tickets to earn prizes."; 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 = ''; } }