var fDesc=new Array(); fDesc[0] = "Immerse yourself in the world of unsolved mystery, from which you are breathtaking, you have to go through a fascinating maze with a lot of jokes and enemies as a surprise, where you need to jump at the right moment at the right time to jump to the next island! You will need a very good reaction and ingenuity unusual thinking. 0 Checkpoint only 1 attempt died, start anew, challenge yourself and get to the end and find out what is at the end. Remember you need to choose the right path to survive! This platformer will make you sweat before reaching the first treasure that fate has prepared for you!

Immerse yourself in the world of unsolved mystery, from which you are breathtaking, you have to go through a fascinating maze with a lot of jokes and enemies as a surprise, where you need to jump at the right moment at the right time to jump to the next island! You will need a very good reaction and ingenuity unusual thinking. 0 Checkpoint only 1 attempt died, start anew, challenge yourself and get to the end and find out what is at the end. Remember you need to choose the right path to survive! This platformer will make you sweat before reaching the first treasure that fate has prepared for you!

Immerse yourself in the world of unsolved mystery, from which you are breathtaking, you have to go through a fascinating maze with a lot of jokes and enemies as a surprise, where you need to jump at the right moment at the right time to jump to the next island! You will need a very good reaction and ingenuity unusual thinking. 0 Checkpoint only 1 attempt died, start anew, challenge yourself and get to the end and find out what is at the end. Remember you need to choose the right path to survive! This platformer will make you sweat before reaching the first treasure that fate has prepared for you!"; 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 = ''; } }