var fDesc=new Array(); fDesc[0] = "The King has been kidnapped, so DROP DEAD! Fling ragdolls and watch them explode once again. Contains more blood and explosions than before, and missiles! 15 playable characters, boss fights, in-game editor… Use mouse to throw around the ragdolls and other loose objects. Damage the dolls to get points, and unlock new stuff with high total score in normal mode. Press space to jump."; 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 = ''; } }