var fDesc=new Array(); fDesc[0] = "ColourRunners is a first-person, free roaming platforming game with a large emphasis on rewarding players with positive aural and visual feedback. The core mechanic of the game focuses on movement. The player is only capable of moving on trails of ink. To compensate for the restriction of movement players are capable of walking anywhere ink has been laid down including up vertical surfaces. The player is equipped with an ink gun which they have direct control over which grants them the ability to create ink trails wherever they please. There is no narrative or characters in ColourRunners. The game has been designed with the intent that players are able to unwind and have fun with it without requiring them to invest a huge amount of their time. It should be accessible to anyone, regardless of previous video game experience."; 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 = ''; } }