var fDesc=new Array(); fDesc[0] = "Call of Juarez™: Bound in Blood, is the prequel to the Wild West action shooter Call of Juarez. As the McCall brothers, players enter a doomed quest for the legendary Gold of Juarez leading them from a ravaged Georgia during the Civil War to the Aztec ruins of Mexico. They make their lawless trail into the wildest West ever depicted, using their gunslinging skills and killing all of those that stand before them. But when the brothers face lust, their bond of blood feels thinner than ever..."; 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 = ''; } }