var fDesc=new Array(); fDesc[0] = "Cubic Castles is an online game where you have to build 3D platform worlds with your friends by using cubes and other items. You can create fantastic parkour challenges, explore worlds made by other players, or even make new friends. Cubic Castles operates with a fixed camera that you control, and the gameplay is anything you want it to be, from action platforming to artistic design."; 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 = ''; } }