var fDesc=new Array(); fDesc[0] = "Bricks Sniper is a game in which you will have to unleash your precise power, take aim and destroy as many bricks as you can. Your goal in this game is to shoot the bricks so that 3 or more bricks of the same color can be linked and destroyed. Move your mouse to select an appropriate shooting position, then click the mouse to shoot."; 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 = ''; } }