var fDesc=new Array(); fDesc[0] = "LocoRoco 2 MiniGame is an adventure game for free. Control the roll to bring a little colour to the world with your wobbly blob! Left/Right arrow keys = Tilt Left/Right, Left + Right arrow keys = Jump. Lets roll it! Tilt the screen, roll the blob, eat the berries and jump to touch the flowers with a LocoRoco that matches the colour of the conveyor belt. Grow your LocoRoco and roll into the pod to change colour."; 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 = ''; } }