var fDesc=new Array(); fDesc[0] = "This mod for Command & Conquer: Red Alert 3 is based directly off the seminal Red Alert's art and gameplay. Not aiming to model realism, the mod instead endeavors to recreate the essence of the original title. The Red Alert will bring the addictive heart-pounding gameplay of this C&C classic to a world-class 3D engine, complete with all the original units, including those from the Aftermath expansion."; 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 = ''; } }