var fDesc=new Array(); fDesc[0] = "Remove the colorful balls and upgrade your skills in the game Area 42! It’s time to get to the place on the edge of reality, where the harmony was disturbed by lots of balls. Remove them and peace will be restored. This amazing bubble shooter will twist your perception of space and time and you’ll enjoy this game without fail. Great physics, gravity-based movements and real life ball handling are precisely combined for proper bubble popping fun. Welcome to the Area 42 and boost both your attention and reaction!"; 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 = ''; } }