var fDesc=new Array(); fDesc[0] = "In Create, use your creativity and imagination to unlock a world of play!

Create tracks your creativity and rewards you for it. The more you create, the more you unlock rewards and exciting challenges to play, opening a world of fun as you go.

Let your imagination run wild, as you create cool environments with easy-to-use tools, including animating objects, textures, and designs that bring your scene to life!

It's a limitless experience of creative expression paired with exciting and even wacky challenges that have you thinking on your feet to come up with creative solutions."; 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 = ''; } }