var fDesc=new Array(); fDesc[0] = "Dora the Explorer Pyramid Adventure is a great 3D game for kids. Players can choose among three levels of difficulty ( Easy, Medium and Hard) depending on their age and skills.
The aim of this game is to help Dora find the golden key to get to the top of the pyramid and find the lost city. In the Easy level, players will need to jump three times, in the medium level five and in the hardest one they will have to make 10 jumps. Each level has three sections of playgame. In the first section, they will come across moving platforms and will need to jump from one platform to another and not fall off them."; 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 = ''; } }