var fDesc=new Array(); fDesc[0] = "HardFlex: Last Flex - a game in the genre of hardcore platformer. HardFlex is a meme with dancing in a red bandana. The hero wanted to make mega flex, but his evil mega pirate stole his mega flex clothes! Help the hero find his bandana and do a mega flex dance with him! To do this, go through 20 difficult hardcore levels. At the end, the boss and the final mega flex dance await!

HardFlex: Last Flex - a game in the genre of hardcore platformer. HardFlex is a meme with dancing in a red bandana. The hero wanted to make mega flex, but his evil mega pirate stole his mega flex clothes! Help the hero find his bandana and do a mega flex dance with him! To do this, go through 20 difficult hardcore levels. At the end, the boss and the final mega flex dance await!"; 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 = ''; } }