var fDesc=new Array(); fDesc[0] = "Play this fun game and try to shoot the various targets with your finger in this fantastic new version of a classic style shooting gallery. Easy to play, hard to master, just tap the screen and see how fast and accurate your shooting finger really is. Find all the bonus combos for big scores and maybe you can win bonus prizes and medals. 3 difficulty modes and a TimeTrial mode are included. In TimeTrial you try your very best for 2 minutes, use the machine guns !! Hall of fame for all play modes with an online Hall Of Fame is now available. You can view your prize collection anytime."; 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 = ''; } }