var fDesc=new Array(); fDesc[0] = "There is more to the story of Harry Potter as you would think. This free shooting game presents you the brother of the famous Harry Potter. His name is Barry and he is nothing like his younger brother Harry.

Barry is mean, he loves weapons and he hates sorcerers, owls as well as flying witches. As a matter of fact he hates them so passionately, that he wants to shoot them down with a big, big rifle. It is a funny little game, a parody on existing movies about Harry Potter, a different kind of perspective on the whole thing. So you are welcome to take that rifle into your hands and shoot some witchcraft out the evening sky. Now there is a bonus question for you! What will you do if your brother Harry crosses your way flying on that broom? Don't you dare to do that, or else !"; 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 = ''; } }