var fDesc=new Array(); fDesc[0] = "Beer Tapper Gone Wild is an interesting skill game for free. The goal for you is to earn money by serving your customers as quickly as possible without a mistake! In this game, press spacebar to fill in the mug with beer and use keys of ‘W’ and ‘S’ to move the waiter to the different beer tap. Serve the customers with the matched tap otherwise you will broke one glass and lose one chance to win the game. You must prepare the beer for each customer before he get close to you otherwise you will be punished."; 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 = ''; } }