var fDesc=new Array(); fDesc[0] = "The story of this game is top-secret but I can tell it is my finest platformer so far. Using a bunch of weapons, you must fight a huge Cartman army for the sake of the universe.

The game also feature different difficulty levels that should challenge every kind of player around, ranging from the platformer unexperimented to die-hard gamers that spend their whole days playing games.

There's also different types of levels through the whole game and a brand new engine that allow for more obstacles and more varied level layouts. The new obstacles include underwater sections, moving platforms, and expect some puzzles to solve in your quest as well."; 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 = ''; } }