var fDesc=new Array(); fDesc[0] = "A story driven western shooter that combines third and first person gameplay, set in the dried up deserts of Mexico as well as the legendary Wild West. Players will be shooting, riding, and sneaking their way through a variety of locales including the Mexican ghost town of El Cuervo Perdido, the abandoned mines of the McCrary brothers, and the renowned mountain woods of Colorado. A slew of trigger happy enemies - ride 'em down with your horse or kill them using an impressive arsenal of typical western firearms including dual revolvers, barreled shotguns, Winchesters, and dynamite. In addition, enemies can quietly be assassinated using the deadly Mexican cross-bow or a razor-sharp Apache blade."; 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 = ''; } }