var fDesc=new Array(); fDesc[0] = "Strategy and action come together like never before in Sky Kingdom, an explosively fun match-three marble-popper! Take to the air to explore a breathtaking fantasy world suspended above oceans and mountains. Use your cannon to fire colored spheres at rolling marbles in an attempt to create matches and destroy the orbs. And collect coins so you can upgrade a variety of bonus items to new levels of destructive power."; 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 = ''; } }