var fDesc=new Array(); fDesc[0] = "Conquer four all-new campaigns as the Red Alert 3 saga continues! Command and Conquer Red Alert 3: Uprising gives you more of the single-player action that you’ve been hungry for more stories, action campaigns, units, and live-action movies with new Hollywood stars, in the latest from the over-the-top, bestselling, and most-beloved series of the Command and Conquer franchise."; 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 = ''; } }