var fDesc=new Array(); fDesc[0] = "A puzzle game where you can design your own graphics, sounds, music, pieces, explosions, etc... for the game. Now, it is possible to add new skins to design the game as you want. It is also possible to uplo ad your designs to the game web site to be shared with the rest of the community of Bloobs players. To see how to change all the game artwork look for this instructions:"; 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 = ''; } }