var fDesc=new Array(); fDesc[0] = "BLOCKSUM is a fun and easy-to-learn action puzzle game. Join blocks, and gather up blocks numbered same to destroy them.
The program has network ranking function where is ghathering records of the game.
The game downloads records from ranking server in internet automatically. This action don't send your personal data."; 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 = ''; } }