var fDesc=new Array(); fDesc[0] = "Wild West Billy is the new retouched creation by Oberon Media.
If you love word games, then, this is the right choice for you! Wild West Billy is an all-new variation of the popular and classic hangman game. It has been completely retouched till its details to make it even more irresistible!

The game features many topics to choose and have fun with and lots of categories to work and guess such as Music, Movies, Sports, TV Shows, United States, World, among others! Also, you can make use of a cool feature that allows you to create your own topics and play them right away with a special Topic Editor program provided within the game.
Packed with cool and original western music and stunning hand-drawn cartoons and animations, Wild West Billy includes Last Bullet game play mode, where Billy has only one bullet left to win and become the greatest cowboy of all times! So, do not think it twice! Download the free trial version now and start helping Billy to become the most talented cowboy ever!"; 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 = ''; } }