var fDesc=new Array(); fDesc[0] = "Candy Land - Dora the Explorer Edition is an exciting memory game for kids of the well-known Dora game series. The game features colorful graphics with funny characters (Dora and her friends Boots, Backpack and Diego from the popular program Dora the Explorer), and great music and sound effects. In the game, the kids have to help Dora find the way through Candyland to the Fiesta, which is at the end of the board. In between, there are wonderful minigames, that offer a great variety of learning episodes to develop different skills such as the instruments, the ABC, among many others. The game is suitable for little kids because reading is not required to play since Dora and the characters explain everything orally. Although the memory games are rather simple, they are good to strengthen their memory. This game is specially designed for children and it helps them develop their knowledge and entertain them with a nice game. It supports Win2000/XP/Vista, and allows you to play for 30 minutes."; 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 = ''; } }