var fDesc=new Array(); fDesc[0] = "Shooting Blocks 2 is a nice present for those who have already managed to fall in love with the previous version. The player starts the game with 3 lives. To complete a level he has to break all empty boxes trying to save boxes with bottles. Each time the player breaks an empty box he gets several points. Each time he breaks a box with bottles he loses several points and a life. Some levels have bonus blocks that can make the gaming process much easier."; 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 = ''; } }