var fDesc=new Array(); fDesc[0] = "Funny Yo 3 is the third part of the story about Funny Yo's adventures. You are to make a long journey at the Dreamland with lots of levels and beautiful environments. You are supposed to jump at the enemies' heads to get rid of them. There are lots of bonuses in the game, such as Shooting, Resistance, Lives and others.

You can also find additional levels, where you should gather coins and earn them with the help of special tasks."; 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 = ''; } }