var fDesc=new Array(); fDesc[0] = "Years after taking Stilwater for their own, the Third Street Saints have evolved from street gang to household brand name. The Saints are kings of Stilwater, but their celebrity status has not gone unnoticed. The Syndicate, a legendary criminal fraternity with pawns in play all over the globe, has turned its eye on the Saints and demands tribute. Refusing to kneel to the Syndicate, you take the fight to a new city, playing out the most outlandish gameplay scenarios ever seen. Strap it on.

Get your Saints' sins on the Community Map by taking screengrabs of your most over-the-top moments cruising Steelport. Help your fellow Saints by leaving tips for them at Steelport's notable attractions. Come back and reap the benefits of what's going on in real-time in Steelport."; 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 = ''; } }