var fDesc=new Array(); fDesc[0] = "Break GOLD is a modern variant of the classic block breaker type of games but with new and innovative game play. Break GOLD is a combination of block breaking, puzzle solving and action. The goal is to hit all bricks with your ball without losing it. Some levels will challenge you in a way you would not expect."; 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 = ''; } }