var fDesc=new Array(); fDesc[0] = "Game info:
In the wild west, the Sheriff gives chase to the Outlaws, the Outlaws give chase to the Sheriff, and the Renegade plots in the dark, ready to switch from one side to the other. Soon enough, bullets start to fly!
Which of the gunmen are Deputies, ready to sacrifice themselves for the Sheriff? And which are the merciless Outlaws, looking to gun him down?

Guns, horses, dynamite, bang!, missed, beer... are just some of the cards you can play for a deep and fun experience in the wild west!

Features:
ONLINE Multicross Gameplay: Challenge other players worldwide, online!
Two game modes: Easy (for beginners) and Normal (for expert players, with character abilities and advanced features)
14 characters with all their special abilities
Players: 3 to 8
Leaderboards and achievements
Multi-Language: English, French, German, Italian, Spanish"; 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 = ''; } }