var fDesc=new Array(); fDesc[0] = "World of Goo is a puzzle game developed by 2D Boy.
Many viscous droplets are dispersed through the world and you have to recover them from wherever they are. Under this premise is presented this peculiar World of Goo, an original game of wits controlled by the mouse.
As I said these droplets are the essence of the game. Despite their appearance and their helpless minimal intelligence, you will see that they can survive in very adverse conditions. With some effort, it is possible to connect them to build complex structures such as bridges or towers."; 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 = ''; } }