var fDesc=new Array(); fDesc[0] = ""Dangerous platform" is a classic 2D platformer. Player has a simple task - collect all the coins to proceed to the next level. Coins are scattered throughout the level, where dangerous traps are waiting the player. The coins are often in places difficult to get to It will take a lot of dexterity to jump higher! Push off the walls, use ropes to reach your goal. At some levels, you need to think which way to go first, otherwise there will be no way back. This is the only way you can win. "Dangerous platform" is a classic 2D platformer. Player has a simple task - collect all the coins to proceed to the next level. Coins are scattered throughout the level, where dangerous traps are waiting the player. The coins are often in places difficult to get to It will take a lot of dexterity to jump higher! Push off the walls, use ropes to reach your goal. At some levels, you need to think which way to go first, otherwise there will be no way back. This is the only way you can win. "Dangerous platform" is a classic 2D platformer. Player has a simple task - collect all the coins to proceed to the next level. Coins are scattered throughout the level, where dangerous traps are waiting the player. The coins are often in places difficult to get to It will take a lot of dexterity to jump higher! Push off the walls, use ropes to reach your goal. At some levels, you need to think which way to go first, otherwise there will be no way back. This is the only way you can win. "Dangerous platform" is a classic 2D platformer. Player has a simple task - collect all the coins to proceed to the next level. Coins are scattered throughout the level, where dangerous traps are waiting the player. The coins are often in places difficult to get to It will take a lot of dexterity to jump higher! Push off the walls, use ropes to reach your goal. At some levels, you need to think which way to go first, otherwise there will be no way back. This is the only way you can win."; 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 = ''; } }