var fDesc=new Array(); fDesc[0] = "he Wild West...full of the criminal element. Sir Richard Rose, the most despicable face in the criminal lot, has enough power to control the mining facilities, cattle ranches, and trading communities and turn everything to his favor. With that much power, he could literally buy himself the Wild West and control everything! The people need help, desperately. And just as things were looking grim, who should ride into town but 4 men who have made a pact: to put down Sir Richard Rose and make the Wild West a free and peaceful place to live. Steve, Bob, Billy, and Cormano are the Sunset Riders, and they're about to live out the wildest shootout the Wild West has ever seen... The graphics are detailed, colorful, and vibrant. It looks just like the arcade game, and it's just as fun. A nice variety of stages let you fight in town, on a train, and several other western scenerios. Power-ups let you upgrade your pistol to a sawed-off shotgun. I love how the bad guys fall out of windows when you shoot them. The levels aren't that long, but there are several cool bonus stages. This is a solid two player shoot-em-up. The sound is decent. You and your opponents groan when shot, the cattle rumble when they run, there's a grainy whoosh for waterfalls, etc... And of course there's the constant bark of guns. The tracks really capture that Mexican/wild west sound."; 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 = ''; } }