var fDesc=new Array(); fDesc[0] = "Rotion is an upcoming, addictive game where the aim is to clear the levels of shapes by getting to the middle and popping them.
Relax in free play and Single, play through the Campaign, challenge your friends in Splitscreen, or take on Survival and see how long you can last..."; 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 = ''; } }