var fDesc=new Array(); fDesc[0] = "Create™, the must-have video game that is powered by your imagination and rewards you for being creative.
The more you create, the more rewards you unlock. With exciting challenges to beat, open up your imagination to new ways to play.
Unleash your creativity as you design unique environments with easy-to-use brushes and tools."; 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 = ''; } }