var fDesc=new Array(); fDesc[0] = "Play as South Park's Eric Cartman in this side scrolling platform game. Attack the bad guys with 5 different weapons including baton, rifle, flame thrower, rocket launcher and V-chip. Go for the money shots, witness the wow moments and fight your way through 8 levels and hidden bonus areas to finish the game."; 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 = ''; } }