var fDesc=new Array(); fDesc[0] = "BeachBlox is an amazing 3D block-matching fun that will take you on an adventurous journey. Explore 6 beautiful islands by completing as many missions as possible. Earn extra points by collecting more than 3 blocks at once and enjoy great features like rotating pairs or spinning the disk. Beautiful scenes, lots of power-ups and many special blocks will keep you enticed."; 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 = ''; } }