var fDesc=new Array(); fDesc[0] = "Mexican Motor Mafia is a fun spirited western where you get to blow the out of just about everything.

It's not a traditional western in that the character's drive around in muscle cars rather than ride horses. But this is cool cause cars explode.

You're also gonna save your brother's kids, and find your car."; 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 = ''; } }